new method of pack loading, assume data or data.btw in root to point to all other
This commit is contained in:
3
apps/lua/data/packs/data.toml
Normal file
3
apps/lua/data/packs/data.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[[deps]]
|
||||
source = "../../common-data" # where does it come from, might be an url
|
||||
name = "common-data" # should be globally unique
|
11
apps/lua/data/twn.toml
Normal file
11
apps/lua/data/twn.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[about]
|
||||
title = "Lua Townengine!"
|
||||
developer = "Somebody"
|
||||
app_id = "twnlua"
|
||||
dev_id = "somebody"
|
||||
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 360
|
||||
|
||||
[engine]
|
Reference in New Issue
Block a user