* Fixed hedge walls not having collisions.
* Variable timer added to reward scenes, it'll wait longer the more rewards are given. It can also be exited by activating the button again after 0.2 seconds (to prevent accidental double clicks).
Make GameHud controls/layout for Android landscape mode identical to Android portrait mode. Desktop Adventure mode retains previous layout and controls.
This will revert shops back to being handled consistently. Temporary solution, most changes are code re-arranging to prepare for more drastic changes.
The current design for shops doesn't allow for easy dynamic changes, it's going to need to be rewritten so PointOfInterestChanges saves the type and current contents of a shop. As it is, a world will always generate a limited amount of cards unless that's done.
Local dungeon flags are now supported as well.
Unless there's some big sudden issue this should be all of the internal changes for the big map update.
Now it's time to change maps to accommodate for these features.
* Renamed dialogue effects to "actions" so it's not confused with effects that boost a character. Updated story maps accordingly.
* Added ability for map actors to spawn in specific difficulties. Check debug room at the lower left, higher difficulties have more ghosts and less treasure.
* Added ability for rewards to grant cards aligned with the player's color identity. Default chests have been updated.
* Use Tiled's visibility property for rewards and enemies. The later is discoured but nice to have.
* Updated map templates to use the new properties.
* Added icon for enemies with added effects.
* Added ability to set manual descriptions for items (mainly quest ones, but it's there).
* Added ability to add extra rewards to specific enemies.
* Added warning on missing spriteLayer.
* Wurm cave is now fancier.
* Added a dummy texture in Graphics. Useful to add raw pixels or solid color boxes to a drawing batch.
* Dialogue actions added: Heal (negative too) player, Add gold.
* Dialogue conditions added: Check for gold >= X, check for health >= X.
* Added "Manasight" effect to equipment and blessings. Allows to see the colors used by enemies.
* All existing enemies have their color identities assigned.
* Console command to dump all deck colors used by enemies (to update the data for color view)
* Console command to force reload of status scenes (for faster design)
* Less delay when clicking "Done" in a reward scene.
* Adjustments to (landscape) Status and Inventory scenes.
* Blessings properly assign map effects (speed, manasight)
* Added "Manasight Amulet" (sprite pending) to grant the user manasight.
* Added "Scroll" pickup template. It's meant to grant single cards.