mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2026-03-18 05:12:23 +01:00
Terrain brush implemented.
This commit is contained in:
@@ -16,4 +16,16 @@ body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.selection {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.field:hover .selection {
|
||||
opacity: 0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user