21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
; Godot 4.x project — import this folder in the Godot project manager.
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="Neon Sprawl"
|
|
config/description="Neon Sprawl — prototype client (isometric MMO; planning docs in repo root)."
|
|
run/main_scene="res://scenes/main.tscn"
|
|
config/features=PackedStringArray("4.2", "Forward Plus")
|
|
config/icon="res://icon.svg"
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
|
|
[rendering]
|
|
|
|
textures/canvas_textures/default_texture_filter=0
|