Test
This commit is contained in:
parent
5643fee9d3
commit
99d5016ac2
9 changed files with 171 additions and 149 deletions
|
|
@ -12,7 +12,7 @@ config_version=5
|
|||
|
||||
config/name="Texpand"
|
||||
config/description="Tetris with special Blocks that expands"
|
||||
config/version="2.0.0"
|
||||
config/version="2.0.1"
|
||||
config/tags=PackedStringArray("game_jam")
|
||||
run/main_scene="res://scenes/Main/main.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
|
|
@ -24,8 +24,8 @@ boot_splash/minimum_display_time=1
|
|||
|
||||
[autoload]
|
||||
|
||||
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
|
||||
GLOBAL="*res://scenes/Globals/global.gd"
|
||||
DebugMenu="*res://addons/debug_menu/debug_menu.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
@ -44,11 +44,17 @@ version_control/autoload_on_startup=true
|
|||
|
||||
enabled=PackedStringArray("res://addons/debug_menu/plugin.cfg")
|
||||
|
||||
[github_to_itch]
|
||||
|
||||
config/itch_username="Exobyt"
|
||||
config/itch_project_name=""
|
||||
|
||||
[global_group]
|
||||
|
||||
Block="Block"
|
||||
ExpandBlock=""
|
||||
Border=""
|
||||
Part=""
|
||||
|
||||
[input]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue