-- Added item interaction -- Changed inventory management slightly -- Added slide-show system to world, world can now "move" to show more space.
This commit is contained in:
parent
360d26a036
commit
3a3bea1ead
8 changed files with 164 additions and 22 deletions
|
|
@ -1,6 +1,10 @@
|
|||
name=default
|
||||
size=1920.1080
|
||||
id=001
|
||||
name;default
|
||||
size;3
|
||||
currentSlide;1
|
||||
id;001
|
||||
toleft;blocked
|
||||
toright;city
|
||||
statics=house1.100.1080.100,house2.500.1080.200
|
||||
interactables=
|
||||
objects=bat.1000.1080.50,chair.300.1080.35,tree.1400.1080.100
|
||||
items=bat.1000.1080.50,gun.500.1080.30,sword.2300.1080.45
|
||||
interactables=door.1700.1080.45,gate.2700.1080.80
|
||||
objects=chair.300.1080.35,tree.1400.1080.100,wall.
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
name=(name)
|
||||
size=x.y
|
||||
size=slidecount
|
||||
id=INT(XYZ)
|
||||
statics=static.x.y,
|
||||
interactables=interactable.x.y,
|
||||
items=item.x.y,
|
||||
objects=object.x.y,
|
||||
Loading…
Add table
Add a link
Reference in a new issue