Open charlesisfeline opened 1 year ago
guessing the modified version uses StrumNote instead of FlxSprite, so you would need to edit it inside of PlayfieldRenderer.hx, later ke versions use StaticArrow as its class, also you shouldn't need the callonluas line since thats for psych engine (sorry for being a little late lol)
guessing the modified version uses StrumNote instead of FlxSprite, so you would need to edit it inside of PlayfieldRenderer.hx, later ke versions use StaticArrow as its class, also you shouldn't need the callonluas line since thats for psych engine (sorry for being a little late lol)
i tried fixing it, and yep it helped thanks
oh wait
there's another problem that has arisen
Called from ApplicationMain::main ApplicationMain.hx line 26
Called from ApplicationMain::create ApplicationMain.hx line 135
Called from lime.app.Application::exec lime/app/Application.hx line 150
Called from lime._internal.backend.native.NativeApplication::exec lime/_internal/backend/native/NativeApplication.hx line 146
Called from lime._internal.backend.native.NativeApplication::handleRenderEvent lime/_internal/backend/native/NativeApplication.hx line 371
Called from lime.app._Event_lime_graphics_RenderContext_Void::dispatch lime/_internal/macros/EventMacro.hx line 91
Called from openfl.display.Stage::__onLimeRender openfl/display/Stage.hx line 2041
Called from openfl.display.Stage::__broadcastEvent openfl/display/Stage.hx line 1175
Called from openfl.display.DisplayObject::__dispatch openfl/display/DisplayObject.hx line 1399
Called from openfl.events.EventDispatcher::__dispatchEvent openfl/events/EventDispatcher.hx line 402
Called from flixel.FlxGame::onEnterFrame flixel/FlxGame.hx line 550
Called from flixel.FlxGame::step flixel/FlxGame.hx line 682
Called from flixel.FlxGame::update flixel/FlxGame.hx line 729
Called from flixel.FlxGame::switchState flixel/FlxGame.hx line 642
Called from PlayState::create PlayState.hx line 417
Called from modcharting.PlayfieldRenderer::new modcharting/PlayfieldRenderer.hx line 118
this
i tried putting it on kade engine (modified 1.2 ofc) but then i see this