changes to twn.toml specification of resolution, make it optional as well

This commit is contained in:
veclavtalica
2025-01-06 21:19:26 +03:00
parent b0549612a9
commit 5b05386bb0
6 changed files with 37 additions and 35 deletions

View File

@ -1,11 +1,10 @@
[about]
title = "Serene Scenery"
developer = "Townengine Team"
app_id = "platformer-demo"
app_id = "scenery-demo"
dev_id = "townengine-team"
[game]
base_render_width = 640
base_render_height = 360
resolution = [ 640, 360 ]
[engine]