changes to twn.toml specification of resolution, make it optional as well
This commit is contained in:
@ -5,7 +5,6 @@ app_id = "bunnymark"
|
||||
dev_id = "morshy"
|
||||
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 480
|
||||
resolution = [ 640, 480 ]
|
||||
|
||||
[engine]
|
||||
|
@ -5,7 +5,6 @@ app_id = "platformer-demo"
|
||||
dev_id = "townengine-team"
|
||||
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 360
|
||||
resolution = [ 640, 360 ]
|
||||
|
||||
[engine]
|
||||
|
@ -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]
|
||||
|
@ -13,8 +13,7 @@ dev_id = "you"
|
||||
|
||||
# Game runtime details
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 480
|
||||
resolution = [ 640, 480 ]
|
||||
#debug = true
|
||||
|
||||
# Engine tweaks. You probably don't need to change these
|
||||
|
@ -5,7 +5,6 @@ app_id = "twnlua"
|
||||
dev_id = "somebody"
|
||||
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 360
|
||||
resolution = [ 640, 360 ]
|
||||
|
||||
[engine]
|
||||
|
Reference in New Issue
Block a user