This repository has been archived by the owner on Mar 3, 2024. It is now read-only.
Slowly attacking on all the points from the 0.5.4 QA
report, so this release adds sound! Just place either wav, ogg or
mp3 short sound in the root audio/
folder.
The new oncharaover
and oncharaleave
now should allow
implementation of interesting puzzles triggered by pushable
charas or charas that are lured by the player. Also onleave
should allow triggering actions when the player chara leaves
a tile (like releasing a previously pressed floor button).
- added edit action in list with doubleClick;
- added shakeScreen action;
- added playSound action;
- added on charaover, on charaleave, and on leave as triggers in events dock;
- fix buggy event detection in non square maps;
- better performance on the engine;
- font that supports unicode symbols;
- broke compatibility to correct 'colision' to collision typo;