mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 14:24:28 +00:00
.. | ||
import.hx | ||
README.md | ||
ScriptedFlxRuntimeShader.hx | ||
ScriptedFlxSprite.hx | ||
ScriptedFlxSpriteGroup.hx | ||
ScriptedFlxState.hx | ||
ScriptedFlxSubState.hx | ||
ScriptedFlxTransitionableState.hx | ||
ScriptedFlxUIState.hx | ||
ScriptedMusicBeatState.hx | ||
ScriptedMusicBeatSubstate.hx |
modding.base
This package is used to allow modders to create scripted classes which extend these base classes.
For example, one script can extend FlxSprite and another can call ScriptedFlxSprite.init('ClassName')
.
Most of these scripted class stubs are not used by the game itself, so this package has been explicitly marked to be ignored by DCE.