Update 'Step 3: Crates and Entity Entity Collision'

master
sadpmpk 2023-01-24 03:01:38 -05:00
parent bd307c6c18
commit d3dc0005b5
1 changed files with 1 additions and 0 deletions

@ -84,4 +84,5 @@ The _solid_ field determines if an entity pushes other entity way to prevent ove
With the new field, the interaction can differ between wooden crates and metal crates:
- Wooden crates: solid and fragile
- Metal crates: solid and not fragile
_Credits to Baba Is You for the inspiration_