GameMaker (2.3)
Icon

Twerk Transitions

FrostyCat

You must be logged in to obtain assets

Description

IMPORTANT: GMTwerk 2 must be installed in order for this asset to function!

Overview

Twerk Transitions is a free add-on to GMTwerk 2 that adds support for 30 configurable room transition effects. Just replace room_goto with room_transition for quick, beautiful room changes across all exports, even HTML5!

Documentation and Effect Previews

See the Wiki section on the official GitHub repository.

Quick Examples

Go to the menu with a springy zooming effect:

room_transition(rm_menu, tt_maximize, { scaleType: te_elastic_out });

Go to the previous room with a smooth pushing effect:

room_transition(room_previous(room), tt_push_right, { pushType: te_quintic_out });

Go to the next room with a bouncy "trapdoor" effect:

room_transition(room_next(room), tt_slide_in_vertical, { slideType: te_bounce_out });

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 1.0.0. Published September 1, 2021

Initial release.

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait