23 lines
497 B
Plaintext
23 lines
497 B
Plaintext
; Engine configuration file.
|
|
; Prefer editing through the Godot editor when project settings become more complex.
|
|
|
|
config_version=5
|
|
|
|
[application]
|
|
|
|
config/name="Heroes of Three Kingdoms"
|
|
run/main_scene="res://scenes/battle_scene.tscn"
|
|
config/features=PackedStringArray("4.2")
|
|
|
|
[display]
|
|
|
|
window/size/viewport_width=1280
|
|
window/size/viewport_height=720
|
|
window/stretch/mode="canvas_items"
|
|
|
|
[rendering]
|
|
|
|
renderer/rendering_method="gl_compatibility"
|
|
textures/canvas_textures/default_texture_filter=0
|
|
|