Fixed Expand Block Bug
This commit is contained in:
parent
6d71780f36
commit
e7d50232b2
4 changed files with 52 additions and 72 deletions
|
|
@ -10,8 +10,9 @@ config_version=5
|
|||
|
||||
[application]
|
||||
|
||||
config/name="GmtkGameJam2024"
|
||||
config/name="Texpand"
|
||||
config/description="Submission for the GMTK Game jam 2024. Tetris with special Blocks that expands"
|
||||
config/version="0.1.1"
|
||||
config/tags=PackedStringArray("game_jam")
|
||||
run/main_scene="res://scenes/Main/main.tscn"
|
||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||
|
|
@ -29,6 +30,7 @@ window/size/viewport_width=1080
|
|||
window/size/viewport_height=1280
|
||||
window/stretch/mode="viewport"
|
||||
window/stretch/aspect="expand"
|
||||
window/stretch/scale=0.5
|
||||
window/handheld/orientation=1
|
||||
|
||||
[editor]
|
||||
|
|
@ -111,8 +113,5 @@ textures/canvas_textures/default_texture_filter=0
|
|||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
anti_aliasing/quality/msaa_2d=1
|
||||
anti_aliasing/quality/msaa_3d=1
|
||||
anti_aliasing/quality/screen_space_aa=1
|
||||
anti_aliasing/quality/use_taa=true
|
||||
anti_aliasing/quality/use_debanding=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue