mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-18 04:44:43 -05:00
New Sixam logo
- Moved scenes to scn/ directory - Game now uses GLES2 instead of GELES3 since it doesn't use
This commit is contained in:
parent
de597d2978
commit
813aaa991c
16 changed files with 374 additions and 498 deletions
|
|
@ -16,7 +16,7 @@ _global_script_class_icons={
|
|||
[application]
|
||||
|
||||
config/name="Nathan's Dress Up"
|
||||
run/main_scene="res://TitleScn.tscn"
|
||||
run/main_scene="res://scn/TitleScn.tscn"
|
||||
config/use_custom_user_dir=true
|
||||
boot_splash/image="res://boot_splash.png"
|
||||
boot_splash/bg_color=Color( 0.8, 0.8, 0.4, 1 )
|
||||
|
|
@ -26,7 +26,7 @@ name_sv="Nathans klä upp"
|
|||
[autoload]
|
||||
|
||||
GameKit="*res://src/GameKit.gd"
|
||||
WinDialogs="*res://WinDialogs.tscn"
|
||||
WinDialogs="*res://scn/WinDialogs.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
|
|
@ -50,6 +50,7 @@ translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/loc
|
|||
|
||||
[rendering]
|
||||
|
||||
quality/driver/driver_name="GLES2"
|
||||
quality/intended_usage/framebuffer_allocation=0
|
||||
quality/intended_usage/framebuffer_allocation.mobile=0
|
||||
quality/2d/use_pixel_snap=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue