13 lines
209 B
TOML
13 lines
209 B
TOML
[about]
|
|
title = "Townengine Modeling Tool"
|
|
developer = "twnteam"
|
|
app_id = "twndel"
|
|
dev_id = "twnteam"
|
|
|
|
# Game runtime details
|
|
[game]
|
|
resolution = [ 640, 480 ]
|
|
background_color = [ 255, 125, 0, 255 ]
|
|
|
|
[engine]
|