2024-11-03 18:16:30 +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
|
|
|
|
|
|
|
|
config_version=5
|
|
|
|
|
|
|
|
[application]
|
|
|
|
|
2024-11-05 07:18:14 +00:00
|
|
|
config/name="One-Button Racing"
|
2024-11-03 18:16:30 +00:00
|
|
|
run/main_scene="res://scenes/menu.tscn"
|
|
|
|
config/features=PackedStringArray("4.3", "Forward Plus")
|
|
|
|
config/icon="res://icon.svg"
|
|
|
|
|
|
|
|
[autoload]
|
|
|
|
|
|
|
|
Gamestate="*res://scripts/gamestate.gd"
|
2024-12-22 12:32:03 +00:00
|
|
|
ConfigFileHandler="*res://scripts/configFileHandler.gd"
|
2025-01-01 21:07:02 +00:00
|
|
|
HighscoreHandler="*res://scripts/highscoreHandler.gd"
|
2024-11-03 18:16:30 +00:00
|
|
|
|
2024-11-04 20:56:07 +00:00
|
|
|
[display]
|
|
|
|
|
|
|
|
window/stretch/mode="canvas_items"
|
|
|
|
|
2024-11-03 18:16:30 +00:00
|
|
|
[layer_names]
|
|
|
|
|
|
|
|
2d_physics/layer_1="walls"
|
|
|
|
2d_physics/layer_2="walldetection"
|
2024-11-05 07:18:14 +00:00
|
|
|
2d_physics/layer_3="Marking"
|
2024-12-04 15:30:43 +00:00
|
|
|
2d_physics/layer_4="roadguide"
|
2024-11-30 18:16:24 +00:00
|
|
|
|
|
|
|
[rendering]
|
|
|
|
|
|
|
|
textures/canvas_textures/default_texture_repeat=1
|