-- 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
|
|
@ -0,0 +1,13 @@
|
|||
-- Info about the savegame
|
||||
savegame = {}
|
||||
savegame.createDate = ""
|
||||
savegame.loadDate = ""
|
||||
savegame.name = ""
|
||||
savegame.characterName = ""
|
||||
savegame.playTime = 0
|
||||
|
||||
-- These events will run upon initialization
|
||||
|
||||
character = {}
|
||||
|
||||
NPCs = {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue