17 Commits

Author SHA1 Message Date
1d1c12004e Updated all maps to utilize monster template system. 2024-04-14 21:36:48 -05:00
97030dd38f Upstream merge with master branch to update all chapter 1 levels to include boundaries on the stages. 2024-04-14 14:12:00 -05:00
3215414e11 1-5. Fix a missed tile near waterfall area. 2024-04-13 11:34:45 -05:00
Quapsel
f899995c49 added Walls at beginning and end of every Map. 2024-04-12 18:39:51 +02:00
64a52d6910 Prep Time Trial system structure. Release Build 8492. 2024-03-27 19:08:38 -05:00
7608e9dfe2 Fix crash when a removed map unlock condition is loaded from a save file and saving to a save file. Move world rendering into each individual state draw method to prevent dividing by zero for invalid maps being loaded in. Loaded up new Overworld song. Added extra flower indicator under the bridge of 1-1. Fix 1-5 tree tiles. Make current map name / level name functinos return the proper story level name if we are in a story level to avoid programmer confusion / provide more flexible functions. Both Blacksmith story and chapter 1 bonus boss remove the visited flag from the camp, notifying the player visually on the world map that they need to revisit it. Move Blacksmith Tutorial trigger from requiring you to visit the camp via the world map to when you enter the camp regardless if you did it from completing a level or doing it from the world map. Release Build 8187. 2024-03-20 00:33:30 -05:00
Quapsel
0d210be144 Grass transition for 1_2 - 1_5 added. 2024-03-19 19:25:22 +01:00
Quapsel
dfb210f7d3 1_5 & 1_6 Border added 2024-01-23 18:47:05 +01:00
553baa5945 Changed reflection code to slightly account for rotations. 2024-01-22 04:36:49 -06:00
d6a44c149d Wolves changed to Windhounds. 2024-01-22 01:48:22 -06:00
Quapsel
2dfbd1fec2 Monster spawns for 1_3, 1_4 & 1_5. 2024-01-13 13:06:39 +01:00
1655fe7b51 Frog animations setup. Frog tongue bullet setup. 2024-01-12 11:51:07 -06:00
ece13c0b28 Added backdrop property and backdrop loading to maps. Release build 5549. 2024-01-10 02:24:12 -06:00
57f482016f Added error handling for when creatures are specified in spawn zones but do not have a corresponding image. Gracefully handle random extra zones that are accidentally added with no type specified. Add in foresty boss/overworld sample themes. Add in placeholder frog info. Refactor MapName to just use strings instead of an enum since we don't want manual upkeep. 2024-01-09 04:50:01 -06:00
c7ea530484 Update Overworld Map with new stage plates. Updated stages with spawn zones and end zones. Cleaned up sound effects with extra noise. Updated some sound effects with more appropriate ones. Added sound effects for many events. 2024-01-08 07:42:44 -06:00
Quapsel
41d0a8e602 spawn zones added for 1_3 - 1_8 2024-01-07 17:12:10 +01:00
296ea1f2e6 Updated all references of Crawler project to now reference Adventures in Lestoria. Fixed a loading bug with the current connection point buttons and information not updating upon loading into the overworld map. Fix component count initialization bug (On Linux and Emscripten builds the component count would start uninitialized and would result in poor depth ordering sometimes. 2024-01-04 05:21:56 -06:00