You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.2 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=4
_global_script_classes=[ {
"base": "Node",
"class": "Action",
"language": "GDScript",
"path": "res://Action.gd"
}, {
"base": "Area2D",
"class": "Actor",
"language": "GDScript",
"path": "res://Actor.gd"
}, {
"base": "Node",
"class": "PlayerAttack",
"language": "GDScript",
"path": "res://PlayerAttack.gd"
}, {
"base": "Node",
"class": "PlayerDash",
"language": "GDScript",
"path": "res://PlayerDash.gd"
}, {
"base": "Node",
"class": "PlayerNormal",
"language": "GDScript",
"path": "res://PlayerNormal.gd"
}, {
"base": "Node",
"class": "PlayerStanding",
"language": "GDScript",
"path": "res://PlayerStanding.gd"
} ]
_global_script_class_icons={
"Action": "",
"Actor": "",
"PlayerAttack": "",
"PlayerDash": "",
"PlayerNormal": "",
"PlayerStanding": ""
}
[application]
config/name="core-game"
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"
[rendering]
environment/default_environment="res://default_env.tres"