Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Added support for unlocking door, collecting gem, and exiting level.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed Oct 4, 2021
1 parent 54ad181 commit 3b100f9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 245 deletions.
2 changes: 1 addition & 1 deletion Game/Src/scene-editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function EditorScene:Reset()
DrawText(" STR SEL A B", 3, -1, DrawMode.TilemapCache, "medium", 2, -4)
DrawText(" [ ] [ ] [ ] [ ]", 3, -1, DrawMode.TilemapCache, "medium", 1, -4)

DrawMetaSprite("tile-picker", 0, Display().Y - 8, false, false, DrawMode.TilemapCache)
DrawMetaSprite("tile-picker", 0, 17, false, false, DrawMode.Tile)

-- Rebuild tilemap
self.tiles = {
Expand Down
Loading

0 comments on commit 3b100f9

Please sign in to comment.