Basic game template addon
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 6s
Create tag and build when new code gets to main / Export (push) Successful in 1m1s

This commit is contained in:
2026-01-30 19:45:56 +01:00
parent b923f6bec2
commit 44f251ed66
406 changed files with 12602 additions and 1 deletions

View File

@@ -11,15 +11,38 @@ config_version=5
[application]
config/name="GGJ26"
run/main_scene="uid://cukfdjcnb5tm6"
run/main_scene="res://menus/scenes/opening/opening.tscn"
config/features=PackedStringArray("4.6", "Forward Plus")
config/icon="res://icon.svg"
[audio]
buses/default_bus_layout="uid://ch8r6u24fgg03"
[display]
window/size/viewport_width=1920
window/size/viewport_height=1080
[editor_plugins]
enabled=PackedStringArray("res://addons/maaacks_game_template/plugin.cfg")
[gui]
theme/custom="res://menus/resources/themes/grow.tres"
[internationalization]
locale/translations=PackedStringArray("res://addons/maaacks_game_template/base/translations/menus_translations.en.translation", "res://addons/maaacks_game_template/base/translations/menus_translations.fr.translation")
[maaacks_game_template]
disable_install_audio_busses=true
disable_update_check=false
disable_install_wizard=true
copy_path="res://menus/"
[physics]
3d/physics_engine="Jolt Physics"