Cleaned up the Code; reworked the Block Physics
This commit is contained in:
parent
ed9f671256
commit
9f6750b08a
48 changed files with 1237 additions and 1116 deletions
|
|
@ -11,8 +11,8 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Texpand"
|
||||
config/description="Submission for the GMTK Game jam 2024. Tetris with special Blocks that expands"
|
||||
config/version="01.0.0"
|
||||
config/description="Tetris with special Blocks that expands"
|
||||
config/version="2.0.0"
|
||||
config/tags=PackedStringArray("game_jam")
|
||||
run/main_scene="res://scenes/Main/main.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
|
|
@ -48,6 +48,7 @@ enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg")
|
|||
|
||||
Block="Block"
|
||||
ExpandBlock=""
|
||||
Border=""
|
||||
|
||||
[input]
|
||||
|
||||
|
|
@ -105,11 +106,9 @@ locale/locale_filter_mode=0
|
|||
|
||||
2d_physics/layer_1="map"
|
||||
2d_physics/layer_2="block"
|
||||
2d_physics/layer_3="rowTest"
|
||||
2d_physics/layer_4="TurnTest"
|
||||
2d_physics/layer_5="oneBlock"
|
||||
2d_physics/layer_6="expandBlock"
|
||||
2d_physics/layer_7="LoseArea"
|
||||
2d_physics/layer_3="border"
|
||||
2d_physics/layer_4="part"
|
||||
2d_physics/layer_5="partTest"
|
||||
|
||||
[rendering]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue