itch.io is community of indie game creators and players

Devlogs

Version 3.1

2D Action RPG Engine: Mythril2D
A browser unity asset made in HTML5

📦 Features

  • Updated quest interaction order to: "Try to complete quest" > "Try to complete task" > "Try to offer quest" > "Try to give hint."
  • Cleaned up the "M2DEngine" scene by removing a duplicated UISystem instance and resetting system positions to (0.0, 0.0, 0.0).
  • Added a warning message when an ability not available to a character is marked as equipped in a save file.
  • Added documentation for the camera.

🐞 Fixes

  • Fixed a bug that prevented save files from being properly deleted.
  • Fixed missing references in 4_Directional_Archer.
  • Fixed quest floating icon not matching the quest interaction flow.
  • Fixed incorrect character name being displayed when a dialogue is created from TalkToNPCTask.
  • Fixed a bug where a quest instance would be duplicated if its tasks were fulfilled before the quest had started.
Leave a comment