add data folders to all apps
This commit is contained in:
parent
c5c0fa4e70
commit
771d8b9c2f
3
apps/platformer/data/packs/data.toml
Normal file
3
apps/platformer/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/platformer/data/twn.toml
Normal file
11
apps/platformer/data/twn.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[about]
|
||||
title = "Platfomer Demo"
|
||||
developer = "Townengine Team"
|
||||
app_id = "platformer-demo"
|
||||
dev_id = "townengine-team"
|
||||
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 360
|
||||
|
||||
[engine]
|
3
apps/scenery/data/packs/data.toml
Normal file
3
apps/scenery/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/scenery/data/twn.toml
Normal file
11
apps/scenery/data/twn.toml
Normal file
@ -0,0 +1,11 @@
|
||||
[about]
|
||||
title = "Serene Scenery"
|
||||
developer = "Townengine Team"
|
||||
app_id = "platformer-demo"
|
||||
dev_id = "townengine-team"
|
||||
|
||||
[game]
|
||||
base_render_width = 640
|
||||
base_render_height = 360
|
||||
|
||||
[engine]
|
Loading…
Reference in New Issue
Block a user