2023-07-25 14:21:10 +09:30
|
|
|
; 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=4
|
|
|
|
|
|
|
|
_global_script_classes=[ ]
|
|
|
|
_global_script_class_icons={
|
|
|
|
}
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="FF"
|
|
|
|
run/main_scene="res://Node2D.tscn"
|
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
globals="*res://globals.gd"
|
|
|
|
SoundLoader="*res://scripts/sound_loader.gd"
|
|
|
|
load_sprites="*res://load_sprites.gd"
|
|
|
|
|
|
|
|
[debug]
|
|
|
|
|
|
|
|
gdscript/warnings/unused_variable=false
|
|
|
|
gdscript/warnings/integer_division=false
|
|
|
|
|
|
|
|
[global]
|
|
|
|
|
|
|
|
color=false
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2023-07-25 14:49:32 +09:30
|
|
|
quality/driver/driver_name="GLES2"
|
2023-07-25 14:21:10 +09:30
|
|
|
environment/default_clear_color=Color( 0, 0, 0.517647, 1 )
|
|
|
|
environment/default_environment="res://default_env.tres"
|