ChocolateBird/project.godot

44 lines
991 B
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=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"
CommonGBA="*res://scripts/loaders/common_gba.gd"
SoundLoader="*res://scripts/loaders/sound_loader.gd"
SpriteLoader="*res://scripts/loaders/sprite_loader.gd"
MapLoader="*res://scripts/loaders/map_loader.gd"
RomLoader="*res://scripts/loaders/rom_loader.gd"
[debug]
gdscript/warnings/unused_variable=false
gdscript/warnings/integer_division=false
[global]
color=false
[rendering]
quality/driver/driver_name="GLES2"
environment/default_clear_color=Color( 0, 0, 0.517647, 1 )
environment/default_environment="res://default_env.tres"