mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
21f44edf1d
* A bunch of smaller syntax tweaks. * New crash handler catches and logs critical errors! * Chart editor now has null safety enabled. * Fix -W build issue. * Actually update hmm.json to use the crash handling branch * Fix issues causing crash handler to trigger
12 lines
176 B
Haxe
12 lines
176 B
Haxe
package source; // Yeah, I know...
|
|
|
|
class Postbuild
|
|
{
|
|
static function main()
|
|
{
|
|
trace('Postbuild');
|
|
|
|
// TODO: Maybe put a 'Build took X seconds' message here?
|
|
}
|
|
}
|