mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
basic fixes for project.godot files
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
config_version=3
|
||||
|
||||
[application]
|
||||
|
||||
icon = "res://icon.png"
|
||||
main_scene = "res://navigation.tscn"
|
||||
name = "Navigation Polygon (2D)"
|
||||
config/name="Navigation Polygon (2D)"
|
||||
run/main_scene="res://navigation.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[display]
|
||||
|
||||
stretch/aspect = "keep"
|
||||
stretch/mode = "2d"
|
||||
window/height = 600
|
||||
window/width = 800
|
||||
|
||||
stretch/aspect="keep"
|
||||
stretch/mode="2d"
|
||||
window/height=600
|
||||
window/width=800
|
||||
|
||||
Reference in New Issue
Block a user