quakeball-rust/godot/project.godot
2026-07-15 21:04:09 +03:00

43 lines
781 B
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=5
[application]
config/name="QuakeBall"
run/main_scene="uid://lahirbqfppvw"
config/features=PackedStringArray("4.7", "Forward Plus")
config/icon="res://icon.svg"
[autoload]
NetworkManagerGlob="*uid://cxuy526twid8s"
CommandLinePanelGlobal="*uid://bsb6asp5o35w3"
[display]
window/stretch/mode="canvas_items"
window/stretch/aspect="expand"
[dotnet]
project/assembly_name="QuakeBall"
[editor]
naming/node_name_casing=2
[physics]
3d/physics_engine="Jolt Physics"
[rendering]
rendering_device/driver.windows="d3d12"