feature/connect-level-and-reset-btn (#77)

Co-authored-by: VAILLANT Jeremy <vaillant.jeremy@dev-crea.com>
Reviewed-on: Athena/game-source#77
Co-authored-by: darknight <vaillant.jeremy@dev-crea.com>
Co-committed-by: darknight <vaillant.jeremy@dev-crea.com>
This commit is contained in:
darknight
2021-06-06 16:54:38 +02:00
parent d3ded14020
commit 1883355678
19 changed files with 376 additions and 532 deletions
+4 -7
View File
@@ -204,6 +204,7 @@ config/name="Puzzle Quest"
config/description="A treasure chest fill with any Jiggsaw !"
run/main_scene="res://scenes/Main.tscn"
boot_splash/image="res://releases/splash-screen.png"
boot_splash/fullsize=false
config/icon="res://icon.png"
config/macos_native_icon="res://releases/mac/project.icns"
config/windows_native_icon="res://releases/windows/project.ico"
@@ -219,15 +220,11 @@ gddb_globals="*res://addons/godot_db_manager/core/GDDBGlobals.gd"
Setting="*res://scripts/Setting.gd"
Event="*res://scripts/Event.gd"
[debug]
settings/stdout/print_fps=true
[display]
window/size/width=1920
window/size/height=1080
window/size/fullscreen=true
window/size/width=1280
window/size/height=720
window/size/resizable=false
window/dpi/allow_hidpi=true
window/handheld/orientation="sensor_landscape"
window/stretch/mode="2d"