Skip to content

Commit

Permalink
Fix canCollide on spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArturZh committed Aug 7, 2023
1 parent c58478e commit 6f2688a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
path: /Audio/Effects/metalbreak.ogg
- type: Physics
bodyType: Static
canCollide: false
- type: ItemSlots
slots:
charger_slot:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- type: Clickable
- type: Physics
bodyType: Static
canCollide: false
- type: InteractionOutline
- type: Damageable
damageContainer: Inorganic
Expand Down

0 comments on commit 6f2688a

Please sign in to comment.