123 lines
4.3 KiB
Plaintext
123 lines
4.3 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": "Reference",
|
|
"class": "CastleDB",
|
|
"language": "GDScript",
|
|
"path": "res://addons/thejustinwalsh.castledb/castledb_types.gd"
|
|
} ]
|
|
_global_script_class_icons={
|
|
"CastleDB": ""
|
|
}
|
|
|
|
[application]
|
|
|
|
config/name="Ring of Races demo"
|
|
run/main_scene="res://Menu.tscn"
|
|
config/icon="res://pictures/gui/buttons/delete_ringofraces.png"
|
|
|
|
[autoload]
|
|
|
|
Global="*res://Global.gd"
|
|
Database="*res://Storage/Database.gd"
|
|
GlobalStructures="*res://Global_structures.gd"
|
|
GlobalGameFunctions="*res://Global_Game.gd"
|
|
|
|
[display]
|
|
|
|
window/size/width=1234
|
|
window/size/resizable=false
|
|
window/stretch/mode="2d"
|
|
|
|
[editor_plugins]
|
|
|
|
enabled=PoolStringArray( "thejustinwalsh.castledb", "vnen.tiled_importer" )
|
|
|
|
[importer_defaults]
|
|
|
|
texture={
|
|
"compress/bptc_ldr": 0,
|
|
"compress/hdr_mode": 0,
|
|
"compress/lossy_quality": 0.7,
|
|
"compress/mode": 0,
|
|
"compress/normal_map": 0,
|
|
"detect_3d": true,
|
|
"flags/anisotropic": false,
|
|
"flags/filter": false,
|
|
"flags/mipmaps": false,
|
|
"flags/repeat": 0,
|
|
"flags/srgb": 2,
|
|
"process/HDR_as_SRGB": false,
|
|
"process/fix_alpha_border": true,
|
|
"process/invert_color": false,
|
|
"process/premult_alpha": false,
|
|
"size_limit": 0,
|
|
"stream": false,
|
|
"svg/scale": 1.0
|
|
}
|
|
|
|
[input]
|
|
|
|
ui_accept={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777221,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777222,"unicode":0,"echo":false,"script":null)
|
|
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
|
|
]
|
|
}
|
|
ui_select={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
|
|
]
|
|
}
|
|
move_left={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":-1.0,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":65,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
move_right={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":0,"axis_value":1.0,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":68,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
move_up={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":-1.0,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":87,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
move_down={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventJoypadMotion,"resource_local_to_scene":false,"resource_name":"","device":0,"axis":1,"axis_value":1.0,"script":null)
|
|
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":83,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
open_inventory={
|
|
"deadzone": 0.5,
|
|
"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":73,"unicode":0,"echo":false,"script":null)
|
|
]
|
|
}
|
|
|
|
[input_devices]
|
|
|
|
pointing/emulate_touch_from_mouse=true
|
|
|
|
[rendering]
|
|
|
|
quality/driver/driver_name="GLES2"
|
|
vram_compression/import_etc=true
|
|
|
|
[tiled_importer]
|
|
|
|
enable_json_format=true
|