1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 16:41:39 +00:00
Funkin/source/funkin/modding/base
2023-01-22 22:25:45 -05:00
..
import.hx Work on Upload Vocals dialog 2022-12-01 17:32:10 -05:00
README.md Modified every file in the codebase to solve a single bug. 2022-03-08 03:13:53 -05:00
ScriptedFlxRuntimeShader.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedFlxSprite.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedFlxSpriteGroup.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedFlxState.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedFlxSubState.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedFlxTransitionableState.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedFlxUIState.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedMusicBeatState.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -05:00
ScriptedMusicBeatSubstate.hx Applied new code style to source/ and assets/data/ 2023-01-22 22:25:45 -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.