World Gen #1, Inventory #1

-- Added loading of .vsmf map files
-- Updated some variable names
-- Added developer information to the top left of the screen
-- Added a trial inventory
This commit is contained in:
Hannah-Dagemark 2023-09-15 20:52:30 +02:00
commit c9a1ef3d82
7 changed files with 164 additions and 10 deletions

6
Maps/default.vsmf Normal file
View file

@ -0,0 +1,6 @@
name=default
size=1920.1080
id=001
statics=house1.100.1080,house2.500.1080
interactables=
objects=bat.1000.1080.50

6
Maps/template.vsmf Normal file
View file

@ -0,0 +1,6 @@
name=(name)
size=x.y
id=INT(XYZ)
statics=static.x.y,
interactables=interactable.x.y,
objects=object.x.y,