hexland/project.godot

45 lines
842 B
Plaintext
Raw Normal View History

2022-08-23 10:37:13 -05: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
_global_script_classes=[ {
"base": "Node2D",
"class": "Board",
"language": "GDScript",
"path": "res://Scripts/Board.gd"
}, {
"base": "Node2D",
"class": "Hex",
"language": "GDScript",
"path": "res://Scripts/Hex.gd"
} ]
_global_script_class_icons={
"Board": "",
"Hex": ""
}
[application]
config/name="Hexland"
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"
[gui]
common/drop_mouse_on_gui_input_disabled=true
[physics]
common/enable_pause_aware_picking=true
[rendering]
quality/driver/driver_name="GLES2"
environment/default_environment="res://default_env.tres"