generated from SGDA/GodotExampleProject
feat: base
This commit is contained in:
@ -10,11 +10,19 @@ config_version=5
|
||||
|
||||
[application]
|
||||
|
||||
config/name="EGJ25"
|
||||
run/main_scene="uid://s1cx1gvt4bed"
|
||||
config/name="Between the lines"
|
||||
run/main_scene="res://template/scenes/opening/opening_with_logo.tscn"
|
||||
config/features=PackedStringArray("4.4", "Forward Plus")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[autoload]
|
||||
|
||||
GUIDE="*res://addons/guide/guide.gd"
|
||||
AppConfig="*res://addons/maaacks_menus_template/base/scenes/autoloads/app_config.tscn"
|
||||
SceneLoader="*res://addons/maaacks_menus_template/base/scenes/autoloads/scene_loader.tscn"
|
||||
ProjectMusicController="*res://addons/maaacks_menus_template/base/scenes/autoloads/project_music_controller.tscn"
|
||||
ProjectUISoundController="*res://addons/maaacks_menus_template/base/scenes/autoloads/project_ui_sound_controller.tscn"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/viewport_width=640
|
||||
@ -25,6 +33,31 @@ window/stretch/mode="viewport"
|
||||
|
||||
project/assembly_name="ExampleProject"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray("res://addons/godot_state_charts/plugin.cfg", "res://addons/guide/plugin.cfg", "res://addons/maaacks_menus_template/plugin.cfg")
|
||||
|
||||
[gui]
|
||||
|
||||
theme/custom="res://template/resources/themes/gravity.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", "res://addons/maaacks_menus_template/base/translations/menus_translations.en.translation", "res://addons/maaacks_menus_template/base/translations/menus_translations.fr.translation")
|
||||
|
||||
[maaacks_game_template]
|
||||
|
||||
disable_update_check=false
|
||||
disable_install_wizard=true
|
||||
copy_path="res://template"
|
||||
|
||||
[maaacks_menus_template]
|
||||
|
||||
disable_update_check=false
|
||||
disable_install_wizard=true
|
||||
copy_path="res://template"
|
||||
|
||||
[rendering]
|
||||
|
||||
textures/canvas_textures/default_texture_filter=0
|
||||
textures/vram_compression/import_etc2_astc=true
|
||||
|
Reference in New Issue
Block a user