fuwafuwa 1.2.0 - Release Notes
fuwafuwa » Devlog
Hello and welcome to fuwafuwa 1.2.0! We at Deerbell are excited to have a second official GMS2 implementation of timers to send to the depths of hell.
A guide to updating projects to 1.2.0 is here, but existing code should continue to work as-is for now. The wiki also been updated, but please let us know if you come across any broken links or stale information!
- Added
timer_stop
, allowing a timer to be halted and its progress reset simultaneously - Added new argument to
timer_set_script
, allowing execution of scripts on resume (fuwaevent.onResume
) and pause/stop (fuwaevent.onHalt
) - You can now remove scripts previously assigned to a timer (in
timer_set_script
, setexecuteScript
to -1 and optionally specify the event to clear, default beingfuwaevent.onComplete
) timer_unpause
has been renamed totimer_resume
timer_create_paused
has been renamed totimer_create_stopped
timer_get_paused
has been renamed totimer_get_halted
- Internal:
RESTARTED_THIS_FRAME
has been renamed toREPEATED_THIS_FRAME
(internal) and updated references to it - Internal: Updated script
fuwa_script_called
Files
fuwafuwa-1.2.0.yymp (Library) 71 kB
Jul 28, 2022
fuwafuwa-testproject-1.2.0.yyz (Example Project) 182 kB
Jul 28, 2022
Get fuwafuwa
fuwafuwa
Comprehensive, easy-to-use GMS2 timer system
More posts
- fuwafuwa 1.1.1-1.1.4 - Release NotesJun 27, 2021
Leave a comment
Log in with itch.io to leave a comment.