-- 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:
parent
520dddedf6
commit
c9a1ef3d82
7 changed files with 164 additions and 10 deletions
6
Maps/default.vsmf
Normal file
6
Maps/default.vsmf
Normal 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
6
Maps/template.vsmf
Normal 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,
|
||||
Loading…
Add table
Add a link
Reference in a new issue