feature/packages (#75)

Branche dédié pour la generation des packages

Co-authored-by: stilobique-i7 <aurelienvlt@free.fr>
Reviewed-on: Athena/game-source#75
Co-authored-by: stilobique <aurelienvlt@free.fr>
Co-committed-by: stilobique <aurelienvlt@free.fr>
This commit is contained in:
stilobique
2021-06-05 14:13:44 +02:00
parent 213847e95c
commit 9712f13365
6 changed files with 247 additions and 2 deletions
+6 -1
View File
@@ -200,9 +200,13 @@ _global_script_class_icons={
[application]
config/name="Athena-Hidden-Object"
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"
config/icon="res://icon.png"
config/macos_native_icon="res://releases/mac/project.icns"
config/windows_native_icon="res://releases/windows/project.ico"
config/quit_on_go_back=false
[autoload]
@@ -223,6 +227,7 @@ settings/stdout/print_fps=true
window/size/width=1920
window/size/height=1080
window/size/fullscreen=true
window/dpi/allow_hidpi=true
window/handheld/orientation="sensor_landscape"
window/stretch/mode="2d"