Files
Nuake/Editor/resources/Interface/Testing.css
Antoine Pilote 5b56e2ff9a Character controller working better
Moved ECS systems to separate folders
better raycast normal result
2021-06-18 16:44:54 -04:00

14 lines
196 B
CSS

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