User prompt
Make it so upgrade button works ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
Please fix the bug: 'ReferenceError: Can't find variable: ammoBar' in or related to this line: 'ammoBar.scale.x = player.ammo / player.maxAmmo * 3;' Line Number: 580
User prompt
Make a ammo bar at the top left corner
User prompt
Make a meter that says how much ammo you have
User prompt
Make the enemy bigger
User prompt
Make it so you can click the upgrade button
User prompt
Please fix the bug: 'storage.get is not a function. (In 'storage.get('upgrade_' + upgradeTypes[i])', 'storage.get' is undefined)' in or related to this line: 'var savedLevel = storage.get('upgrade_' + upgradeTypes[i]);' Line Number: 430 ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
Add upgrades
Code edit (1 edits merged)
Please save this source code
User prompt
Shotout Frenzy
User prompt
How about a shotout frenzy
Initial prompt
Hey
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});