Difference between revisions of "TransitionMgr"

 
Line 8: Line 8:
 
{{#set:Name=TransitionMgr}}
 
{{#set:Name=TransitionMgr}}
 
{{#set:Author=User:VEXED}}
 
{{#set:Author=User:VEXED}}
{{#set:LOVE Version=11.3}}
+
{{#set:LOVE Version=0.9.1+}}
 
{{#set:LOVE Min Version=0.9.1}}
 
{{#set:LOVE Min Version=0.9.1}}
 
{{#set:Description=A simple transition manager, transitions are just lua files.}}
 
{{#set:Description=A simple transition manager, transitions are just lua files.}}

Latest revision as of 13:52, 11 August 2020

TransitionMgr is a simple and quick transition manager, transitions are just considered as lua files. When running a transition you can pass any arbitrary function to it, use this function for things like scene changing.

Designed to be easy to modify, and easy to use.


Learn more and get it at Gitlab.com.

Other Languages