Files
EGJ25/project.godot
minimata a51c4b82ae
All checks were successful
Create tag and build when new code gets to main / BumpTag (push) Successful in 7s
Create tag and build when new code gets to main / Export (push) Successful in 2m17s
feat: new defeat screen and new indoors scene
2025-06-28 16:18:17 +02:00

66 lines
2.1 KiB
Plaintext

; Engine configuration file.
; It's best edited using the editor UI and not directly,
; since the parameters that go here are not all obvious.
;
; Format:
; [section] ; section goes between []
; param=value ; assign values to parameters
config_version=5
[application]
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
window/size/viewport_height=360
window/stretch/mode="viewport"
[dotnet]
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"
theme/custom_font="uid://detctsm8oy251"
[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
environment/defaults/default_clear_color=Color(0, 0, 0, 1)