From 3fcc676cd3b9b3b24a8755612a459d498879b1df Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 9 Aug 2025 10:58:45 -0400 Subject: Added the_butterfly The proto representation of letters has changed, so the C++ tools need to be updated. --- data/maps/the_entry/rooms/Starting Room.txtpb | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'data/maps/the_entry/rooms/Starting Room.txtpb') diff --git a/data/maps/the_entry/rooms/Starting Room.txtpb b/data/maps/the_entry/rooms/Starting Room.txtpb index eaf493c..93c9df5 100644 --- a/data/maps/the_entry/rooms/Starting Room.txtpb +++ b/data/maps/the_entry/rooms/Starting Room.txtpb @@ -43,10 +43,22 @@ panels { clue: "than" answer: "than" } -letters { key: "h" } -letters { key: "i" } -letters { key: "n" } -letters { key: "t" } +letters { + key: "h" + path: "Components/Collectables/h" +} +letters { + key: "i" + path: "Components/Collectables/i" +} +letters { + key: "n" + path: "Components/Collectables/n" +} +letters { + key: "t" + path: "Components/Collectables/t" +} # Maze painting should stay vanilla as a hint. paintings { name: "OWL" @@ -88,4 +100,4 @@ ports { path: "Components/Warps/worldport12" orientation: "east" required_door { name: "Composite Room Entrance" } -} \ No newline at end of file +} -- cgit 1.4.1