Skip to content

Commit

Permalink
Add panel to explain inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
shezard committed Jul 6, 2023
1 parent c04423a commit f648331
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/maps/level-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,16 @@
"x": 6,
"y": 4,
"t": 0
},
{
"id": 8,
"type": "panel",
"content": ["Press I to access the inventory"],
"collision": false,
"texture": ["panel-1", "panel-1", "panel-1", "panel-0", "panel-0", "panel-0"],
"x": 5,
"y": 10,
"t": 1.5957
}
]
}

0 comments on commit f648331

Please sign in to comment.