Code edit (2 edits merged)
Please save this source code
User prompt
fix the bug if var tween = LK.import("@upit/tween.v1"); ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'ReferenceError: tween is not defined' in or related to this line: 'tween(playerGraphics, {' Line Number: 159 ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'toGlobal')' in or related to this line: 'var globalPos = LK.gui.bottom.toLocal(obj.parent.toGlobal(obj.position));' Line Number: 482
User prompt
Please fix the bug: 'end is not defined' in or related to this line: 'end;' Line Number: 230
Code edit (1 edits merged)
Please save this source code
User prompt
fix the var tween = LK.import("@upit/tween.v1"); code ↪💡 Consider importing and using the following plugins: @upit/tween.v1
Code edit (1 edits merged)
Please save this source code
User prompt
Build & Battle Arena
Initial prompt
can you remake 1v1.lol
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});