RingOfRaces/project.godot

130 lines
5.1 KiB
Plaintext
Raw Permalink Normal View History

2020-08-29 14:36:49 +00: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
2023-03-25 20:42:54 +00:00
config_version=5
2020-08-29 14:36:49 +00:00
[application]
config/name="Ring of Races demo"
2021-08-26 14:52:21 +00:00
run/main_scene="res://MiscScenes/Menu.tscn"
2023-03-25 20:42:54 +00:00
config/features=PackedStringArray("4.0")
config/icon="res://pictures/gui/buttons/delete_ringofraces.png"
2020-08-29 14:36:49 +00:00
2022-10-13 15:35:43 +00:00
[audio]
2023-03-25 20:42:54 +00:00
buses/default_bus_layout=""
2022-10-13 15:35:43 +00:00
[autoload]
2020-10-07 20:24:10 +00:00
Global="*res://Global.gd"
Database="*res://Storage/Database.gd"
2021-04-23 20:16:43 +00:00
GlobalStructures="*res://Global_structures.gd"
GlobalGameFunctions="*res://Global_InGame.gd"
2022-10-13 15:35:43 +00:00
GameVariables="*res://MiscScenes/GameVariables.tscn"
[display]
2023-03-25 20:42:54 +00:00
window/size/viewport_width=1234
window/size/resizable=false
window/stretch/mode="2d"
2020-08-29 14:36:49 +00:00
[editor_plugins]
2023-03-25 20:42:54 +00:00
enabled=PackedStringArray("res://addons/vnen.tiled_importer/plugin.cfg", "res://addons/godot-sqlite/plugin.cfg")
2020-08-29 14:36:49 +00:00
[global]
export=false
[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
}
2020-08-29 14:36:49 +00:00
[input]
2020-10-02 20:55:51 +00:00
ui_accept={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
2020-10-02 20:55:51 +00:00
, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":0,"pressure":0.0,"pressed":false,"script":null)
2023-03-25 20:42:54 +00:00
]
2020-10-02 20:55:51 +00:00
}
ui_select={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"events": [Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":3,"pressure":0.0,"pressed":false,"script":null)
]
2020-10-02 20:55:51 +00:00
}
2020-08-29 14:36:49 +00:00
move_left={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"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,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
2020-08-29 14:36:49 +00:00
}
move_right={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"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,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
2020-08-29 14:36:49 +00:00
}
move_up={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"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,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
2020-08-29 14:36:49 +00:00
}
move_down={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"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,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
2020-08-29 14:36:49 +00:00
}
open_inventory={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
interact_with_cell={
"deadzone": 0.5,
2023-03-25 20:42:54 +00:00
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":0,"key_label":0,"unicode":0,"echo":false,"script":null)
]
}
2020-08-29 14:36:49 +00:00
[input_devices]
pointing/emulate_touch_from_mouse=true
[rendering]
quality/driver/driver_name="GLES2"
2022-10-15 11:30:39 +00:00
quality/2d/use_pixel_snap=true
vram_compression/import_etc=true
2d/snapping/use_gpu_pixel_snap=true
2020-08-29 14:36:49 +00:00
[tiled_importer]
enable_json_format=true