Making Solid Controller work

This commit is contained in:
2023-04-01 22:35:16 -07:00
parent 5ff8489a39
commit 9167c7a88a
6 changed files with 25 additions and 15 deletions

View File

@ -0,0 +1,4 @@
<prefab name="Wall" type="">
<BoxCollider min="-2, -2" max="-1, 2" />
<SolidController2D />
</prefab>