Fixed many Bugy and added Labels for Time and Score

This commit is contained in:
Exobyt 2024-08-20 00:34:24 +02:00
parent 632eeddc64
commit ee5e17c3e0
14 changed files with 430 additions and 179 deletions

View file

@ -14,7 +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
run/max_fps=60
config/icon="res://icon.svg"
[autoload]
@ -24,10 +24,11 @@ GLOBAL="*res://scenes/Globals/global.gd"
[display]
window/size/viewport_width=440
window/size/viewport_width=1080
window/size/viewport_height=1080
window/stretch/aspect="keep_height"
window/stretch/scale=0.5
window/stretch/mode="viewport"
window/stretch/aspect="expand"
window/stretch/scale=0.8
window/handheld/orientation=1
[editor]
@ -42,6 +43,7 @@ enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg")
[global_group]
Block="Block"
ExpandBlock=""
[input]
@ -95,6 +97,8 @@ locale/locale_filter_mode=0
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"
[rendering]