Open jmxamongusmodder opened 2 years ago
Could you maybe send the code?
for source/GameJoltLogin.hx:433: characters 76-81 : Too many arguments:
go to GameJolt.hx(or whatever the hell you named the file) and go to line 433
now you will find:
charBop.frames = Paths.getSparrowAtlas('characters/BOYFRIEND', 'shared', false);
and change that to:
charBop.frames = Paths.getSparrowAtlas('characters/BOYFRIEND');
for source/Main.hx:33: characters 17-25 : Unknown identifier : addChild
i need to see your Main.hx file
it wont work on psych engine latest build commit help i tried renaming gamejolt to gamejoltlogin so i get these errors source/Main.hx:33: characters 17-25 : Unknown identifier : addChild source/GameJoltLogin.hx:433: characters 76-81 : Too many arguments