mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-04 08:31:16 +00:00
Modularized doors and lightbridges
This commit is contained in:
parent
1a24711984
commit
1a5bd1b6d8
27 changed files with 513 additions and 346 deletions
|
|
@ -112,6 +112,7 @@ enabled=PackedStringArray("res://addons/DebugGUI/plugin.cfg", "res://addons/dial
|
|||
|
||||
Interactable=""
|
||||
Solid=""
|
||||
Acid=""
|
||||
|
||||
[input]
|
||||
|
||||
|
|
@ -271,6 +272,7 @@ inventory={
|
|||
2d_physics/layer_6="shoot-through"
|
||||
2d_physics/layer_7="solid-actors"
|
||||
2d_physics/layer_8="EnemyBullets"
|
||||
2d_physics/layer_9="Acid"
|
||||
|
||||
[physics]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue