Initial Godot tactical RPG prototype
This commit is contained in:
22
project.godot
Normal file
22
project.godot
Normal file
@@ -0,0 +1,22 @@
|
||||
; 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
|
||||
|
||||
Reference in New Issue
Block a user