Quit-Rolling-Around-gmtk-ja.../project.godot

58 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

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=[ {
2022-07-25 10:07:39 +01:00
"base": "Node",
"class": "Card",
"language": "GDScript",
"path": "res://UI/Card.gd"
}, {
2022-07-16 12:06:46 +01:00
"base": "Resource",
"class": "CardResource",
"language": "GDScript",
"path": "res://Assets/CardDB/CardBD.gd"
}, {
"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-25 10:07:39 +01:00
"Card": "",
"CardResource": "",
"Character": ""
2022-07-16 12:06:46 +01:00
}
2022-07-15 20:20:15 +01:00
[application]
config/name="Quit Rolling Around"
run/main_scene="res://Scenes/BattleScene.tscn"
2022-07-15 20:20:15 +01:00
config/icon="res://icon.png"
[autoload]
Global="*res://Global.gd"
[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"