Character controller working better

Moved ECS systems to separate folders
better raycast normal result
This commit is contained in:
Antoine Pilote
2021-06-18 16:44:54 -04:00
parent 8f238cd4ca
commit 5b56e2ff9a
73 changed files with 1179 additions and 489 deletions

View File

@@ -1,13 +1,7 @@
.hello{
width: 400px;
height: 200px;
}
.screen{
height: 100%;
width: 100%;
display: flex;
justify-content: center;
flex-direction: row;
align-content:flex-start;
@@ -16,5 +10,4 @@
.rect{
height: 200px;
width: 200px;
}