mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:15:45 +00:00
Elevators
This commit is contained in:
parent
929d993f99
commit
4fc136e5d7
39 changed files with 4471 additions and 264 deletions
|
|
@ -50,6 +50,7 @@ GlobalState="*res://Scripts/GlobalState.cs"
|
|||
GodotGTweensContextNode="*res://GTweensGodot/Godot/Source/Contexts/GodotGTweensContextNode.cs"
|
||||
CyclopsAutoload="*res://addons/cyclops_level_builder/cyclops_global_scene.tscn"
|
||||
PoolingManager="*res://Scenes/Utils/pooling_manager.tscn"
|
||||
TBGAME="*res://3D/TrenchBroom/EntityScripts/tb_manager.gd"
|
||||
|
||||
[dialogic]
|
||||
|
||||
|
|
@ -379,11 +380,15 @@ locale/translations=PackedStringArray("res://Dialogue/Translations/dialogic_char
|
|||
2d_navigation/layer_2="Solid"
|
||||
3d_physics/layer_2="Player"
|
||||
2d_physics/layer_3="items"
|
||||
3d_physics/layer_3="Trigger"
|
||||
2d_physics/layer_4="bullets"
|
||||
3d_physics/layer_4="Bullets"
|
||||
2d_physics/layer_5="enemies"
|
||||
3d_physics/layer_5="Props"
|
||||
2d_physics/layer_6="shoot-through"
|
||||
2d_physics/layer_7="solid-actors"
|
||||
2d_physics/layer_8="EnemyBullets"
|
||||
3d_physics/layer_8="EnemyBullets"
|
||||
2d_physics/layer_9="Acid"
|
||||
2d_physics/layer_10="Conveyor"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue