Second Prototype
This commit is contained in:
parent
885351b624
commit
632eeddc64
60 changed files with 680 additions and 1013 deletions
|
|
@ -14,6 +14,7 @@ config/name="GmtkGameJam2024"
|
|||
config/tags=PackedStringArray("game_jam")
|
||||
run/main_scene="res://scenes/Main/main.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
run/max_fps=120
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[autoload]
|
||||
|
|
@ -38,6 +39,10 @@ version_control/autoload_on_startup=true
|
|||
|
||||
enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg")
|
||||
|
||||
[global_group]
|
||||
|
||||
Block="Block"
|
||||
|
||||
[input]
|
||||
|
||||
left={
|
||||
|
|
@ -87,12 +92,9 @@ locale/locale_filter_mode=0
|
|||
[layer_names]
|
||||
|
||||
2d_physics/layer_1="map"
|
||||
2d_physics/layer_2="blockPart"
|
||||
2d_physics/layer_3="blockPartDetector"
|
||||
2d_physics/layer_4="border"
|
||||
2d_physics/layer_5="mapDetector"
|
||||
2d_physics/layer_6="block"
|
||||
2d_physics/layer_7="blockDetector"
|
||||
2d_physics/layer_2="block"
|
||||
2d_physics/layer_3="rowTest"
|
||||
2d_physics/layer_4="TurnTest"
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue