User prompt
Move guideline 5 up 50
User prompt
Move line 2 up 50
User prompt
Move line 2 up 100
User prompt
Move guideline 6 up 200
User prompt
Move line6 up 300
User prompt
Move guideline 6 down 300
User prompt
Move guideline 6 down 300
User prompt
Add skip intro button to top of title screen ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Add 6 horizontal lines 2048 pixels long to backdrop scene to guide the placement of towers and enemies
User prompt
Make backdrop asset size
User prompt
After flyby has left the screen after intro fade in fade out and transition into backdrop scene ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
After intro has faded in make flyby asset move from left side to right of screen ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
After intro has faded in make flyby asset move from right side to left of screen ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
When scrolling stops fade in intro asset in the middle of the screen ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Change time from 3 seconds to 5 seconds ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make the title scroll up very slowly ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Stop scrolling after 3 seconds ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
After flyby has left the screen slowly scroll title up till the end of image ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make flyby start at the right side of screen and move off the left side ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make flyby hover up and down ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Move flyby up 500
User prompt
Add flyby asset to title
User prompt
Add flyby to title ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Move title up 100
User prompt
Scroll title up very slowly ↪💡 Consider importing and using the following plugins: @upit/tween.v1
/**** * Classes ****/ // Defense class var Defense = Container.expand(function () { var self = Container.call(this); var defenseGraphics = self.attachAsset('defense', { anchorX: 0.5, anchorY: 0.5 }); self.update = function () { // Defense logic goes here }; }); // Enemy class var Enemy = Container.expand(function () { var self = Container.call(this); var enemyGraphics = self.attachAsset('enemy', { anchorX: 0.5, anchorY: 0.5 }); self.update = function () { // Enemy logic goes here }; }); // Assets will be automatically created and loaded by the LK engine // Tower class var Tower = Container.expand(function () { var self = Container.call(this); var towerGraphics = self.attachAsset('tower', { anchorX: 0.5, anchorY: 0.5 }); self.update = function () { // Tower logic goes here }; }); /**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 //Init game with black background }); /**** * Game Code ****/ // Display the title var titleImage = game.addChild(LK.getAsset('Title', { anchorX: 0.5, anchorY: 0.5, x: 2048 / 2, y: 2732 / 2 + 1400 })); ;
===================================================================
--- original.js
+++ change.js
@@ -1,10 +1,5 @@
/****
-* Plugins
-****/
-var tween = LK.import("@upit/tween.v1");
-
-/****
* Classes
****/
// Defense class
var Defense = Container.expand(function () {
@@ -55,13 +50,7 @@
var titleImage = game.addChild(LK.getAsset('Title', {
anchorX: 0.5,
anchorY: 0.5,
x: 2048 / 2,
- y: 2732 / 2 + 1500
+ y: 2732 / 2 + 1400
}));
-// Start slow upward scrolling animation
-tween(titleImage, {
- y: -titleImage.height
-}, {
- duration: 30000,
- easing: tween.linear
-});
\ No newline at end of file
+;
\ No newline at end of file
White circle with two eyes, seen from above.. In-Game asset. 2d. High contrast. No shadows
White simple circular enemy seen from above, black outline. Black eyes, with a single shield in-font of it. Black and white only. Blue background.
White circle with black outline. Blue background.. In-Game asset. 2d. High contrast. No shadows
Fire hydrant. In-Game asset. 2d. High contrast. No shadows
Water spraying forward In-Game asset. 2d. High contrast. No shadows
Fan blades symmetrical. In-Game asset. 2d. High contrast. No shadows
Plasma ball. In-Game asset. 2d. High contrast. No shadows
Make picture transparent
Bug zapper on a pole. In-Game asset. 2d. High contrast. No shadows
Probe droid. In-Game asset. 2d. High contrast. No shadows
Space drone. In-Game asset. 2d. High contrast. No shadows
Remove propellers and make them symmetrical
Add more rows to gris
Make this picture with more night sky above the city skyline
Change text to say wave 1
Make button grey and say ??????
Make it say Wave 2
Make it say wave 3
Make it say wave 4
WiFi symbol. In-Game asset. 2d. High contrast. No shadows
explosion effect In-Game asset. 2d. High contrast. No shadows
Make it say wave 5
Remove laser beam
Make button hot pink and say 'Reflect $20'
Make button blue and change text to say 'Water $10' in a retro style font
Make button green and change test to say 'Gas $20'
Make button orange and change test to say 'Fire $40'
Make button very light blue and change test to say 'Air $30'
Make button gold and change text to say 'Electric $50'
Make button purple and change test to say 'Plasma $60'
Make button Teal and change test to say 'Slingshot $100'
Make button silver and change test to say 'WiFi $150'
Remove little kick so it's just a smooth oval shape
Make grid 6x8
Hand should be holding the gun by the Handle
Place laser cannon in both hands holding it like a shotgun
Make it stand still
Remove the words 5g
Make sure spelling in speech bubble is correct "We have found the earthlings weakness"
Fix the spelling of the word Planet
Slingshot. In-Game asset. 2d. High contrast. No shadows
Red button with a 'X' on it. In-Game asset. 2d. High contrast. No shadows
Green button with a tick on it
Fix the spelling of word saw
Display icon that says score sci fi comic style font. In-Game asset. 2d. High contrast. No shadows
Display icon that says cash sci fi comic style font. In-Game asset. 2d. High contrast. No shadows
Display icon that says X2 speed sci fi comic style font. In-Game asset. 2d. High contrast. No shadows
Make it say x1 speed and make the x1 blue
Canvasser
Sound effect
Alien1
Sound effect
Alien2
Sound effect
Alien3
Sound effect
Intro
Music
Probedroid
Sound effect
Probedroid2
Sound effect
Towerselect
Sound effect
Water
Sound effect
Explosion
Sound effect
Confirm
Sound effect
Fart
Sound effect
Electric
Sound effect
Fireball
Sound effect