Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions games/zelda-like/CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ distributed as a game.
recomposed onto a uniform sprite grid for the PixelRPG sprite-set format.
- **Tree-house interior tileset** — from **OoT2D: Full Steam Ahead**
(`oot2d_fsa`, `graphics/finalized/tileset_kokiri_forest_interior.png`,
authored by **xfixium** and the oot2d_fsa contributors), sliced into the
PixelRPG tileset format for the `tree-house` map.
authored by **xfixium** and the oot2d_fsa contributors); the room layout
follows the FSA project's own `links_house` reference screenshot
(`graphics/screens/kokiri_inside_sample_01.png`), rebuilt with the
finalized graphics via `tools/build-tree-house.py`.
- The original pixel art in these projects derives from Nintendo's
*The Legend of Zelda* games; see the Nintendo notice above.

Expand Down
8 changes: 4 additions & 4 deletions games/zelda-like/maps/kokiri-forest.json
Original file line number Diff line number Diff line change
Expand Up @@ -124816,8 +124816,8 @@
{
"type": "teleport",
"targetMapId": "tree-house",
"targetTileX": 5,
"targetTileY": 8,
"targetTileX": 10,
"targetTileY": 12,
"facing": "up",
"label": "Link's Tree House"
}
Expand All @@ -124843,8 +124843,8 @@
{
"type": "teleport",
"targetMapId": "tree-house",
"targetTileX": 5,
"targetTileY": 8,
"targetTileX": 10,
"targetTileY": 12,
"facing": "up",
"label": "Link's Tree House"
}
Expand Down
Loading
Loading