1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-01-10 06:07:09 +00:00
Funkin/source/funkin/modding/base
Eric b03d320c12
Merge pull request #3139 from AbnormalPoof/patch-1
chore: Update ScriptedFunkinSprite.hx
2024-09-18 01:58:40 -04:00
..
import.hx
README.md
ScriptedFlxAtlasSprite.hx abot in progresss 2023-12-18 20:15:40 -05:00
ScriptedFlxRuntimeShader.hx
ScriptedFlxSprite.hx
ScriptedFlxSpriteGroup.hx
ScriptedFlxState.hx
ScriptedFlxSubState.hx
ScriptedFlxTransitionableState.hx
ScriptedFunkinSprite.hx Update ScriptedFunkinSprite.hx 2024-09-08 21:48:48 +00:00
ScriptedMusicBeatState.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00
ScriptedMusicBeatSubState.hx Reorganize a whole bunch of classes and perform syntax cleanup. 2023-11-07 04:04:22 -05:00

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.