Files
Nuake/Editor/resources/Interface/Testing.css
Antoine Pilote 19db72aa22 Added Wren scripting with module system 📚
Added Input pressed, released system
Added interface button support with wren onclick callback
2021-06-09 22:15:53 -04:00

21 lines
228 B
CSS

.hello{
width: 400px;
height: 200px;
}
.screen{
height: 100%;
width: 100%;
justify-content: center;
flex-direction: row;
align-content:flex-start;
}
.rect{
height: 200px;
width: 200px;
}