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,12 +1,11 @@
<Canvas
script="Scripts/test Test"
stylesheet="Interface/Testing.css"
groups="screen"
color="25 25 25 9"
>
<p groups="header">Hello, world!</p>
<Rect onclick="hello()"
groups="rect"
color="128 128 255 255">
groups="rect">
</Rect>
</Canvas>