User prompt
Der Knopf soll weiter oben sein und funktionieren
User prompt
Please fix the bug: 'LK.Button is not a constructor' in or related to this line: 'var button = new LK.Button({' Line Number: 643
User prompt
Please fix the bug: 'LK.Container is not a constructor' in or related to this line: 'var shopInterface = new LK.Container();' Line Number: 621
User prompt
Make a ability Button to Trigger the Teleport and make a Shop For the space ships
User prompt
The ship should have ITS own desing
User prompt
Make a new ship For the Player with a new Sprite an uniqe ability
User prompt
Add more ships For the Player
User prompt
Make the powerups bigge
User prompt
Add more Typs of ships
User prompt
Füge mehr Wellen hinzu
User prompt
Add a shild powerups
User prompt
Please fix the bug: 'TypeError: LK.setGameSpeed is not a function' in or related to this line: 'LK.setGameSpeed(1); // Reset game speed to normal' Line Number: 270
User prompt
Noch größer
User prompt
You forgot the powerups
User prompt
Mach alles ein bisschen größer
User prompt
Please fix the bug: 'TypeError: LK.setGameSpeed is not a function' in or related to this line: 'LK.setGameSpeed(0.5); // Slow down game speed' Line Number: 243
User prompt
Add more Typs of enemys
User prompt
Add Admin Powers For admins Like me
User prompt
At the beginning there should only BE the Main Menu
User prompt
Add a Main Menu
User prompt
Mache es noch mehr einzigartig
User prompt
Mach das Spiel Mehr einzigartig
User prompt
Add different space ships with different abilitys
Code edit (1 edits merged)
Please save this source code
User prompt
Cosmic Defender
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});