2022-07-15 20:20:15 +01:00
|
|
|
; 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
|
|
|
|
|
2022-07-16 12:06:46 +01:00
|
|
|
_global_script_classes=[ {
|
|
|
|
"base": "Resource",
|
|
|
|
"class": "CardResource",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://Assets/CardDB/CardBD.gd"
|
2022-07-17 18:23:41 +01:00
|
|
|
}, {
|
|
|
|
"base": "Node2D",
|
|
|
|
"class": "Character",
|
|
|
|
"language": "GDScript",
|
|
|
|
"path": "res://Characters/Character.gd"
|
2022-07-16 12:06:46 +01:00
|
|
|
} ]
|
|
|
|
_global_script_class_icons={
|
2022-07-17 18:23:41 +01:00
|
|
|
"CardResource": "",
|
|
|
|
"Character": ""
|
2022-07-16 12:06:46 +01:00
|
|
|
}
|
|
|
|
|
2022-07-15 20:20:15 +01:00
|
|
|
[application]
|
|
|
|
|
|
|
|
config/name="Quit Rolling Around"
|
2022-07-17 15:53:56 +01:00
|
|
|
run/main_scene="res://Scenes/BattleScene.tscn"
|
2022-07-15 20:20:15 +01:00
|
|
|
config/icon="res://icon.png"
|
|
|
|
|
2022-07-17 16:47:27 +01:00
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Global="*res://Global.gd"
|
|
|
|
|
2022-07-16 21:34:02 +01:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/size/width=1280
|
|
|
|
window/size/height=720
|
|
|
|
window/stretch/mode="2d"
|
|
|
|
window/stretch/aspect="keep_width"
|
|
|
|
|
2022-07-15 20:20:15 +01:00
|
|
|
[physics]
|
|
|
|
|
|
|
|
common/enable_pause_aware_picking=true
|
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
2022-07-16 22:54:09 +01:00
|
|
|
quality/driver/fallback_to_gles2=true
|
2022-07-15 20:20:15 +01:00
|
|
|
environment/default_environment="res://default_env.tres"
|