User prompt
Bring the speed readout to the front of the layers
User prompt
Give speed readout a white background for readability
User prompt
put a yellow bar underneath speed readout
User prompt
make speed readout a high visibility green
User prompt
move speed readout to center of screen
User prompt
Move speed readout to center of lower third of screen
User prompt
Add spead readout to seagull, below the image
User prompt
attach speed readout to seagull
User prompt
move speed readout up a bit
User prompt
Move speed readout to bottom of screen
User prompt
thermals increase seagull speed to +1.00 of seagul speed is 0
User prompt
start lightning frequency at 0. Increase lightning frequency as seagull gets nearer the top
User prompt
Maximum seagull speed is 4. Minimum speed is -1
User prompt
Lightning only appears half as often
User prompt
lightning appears for half a second before disappearing
User prompt
thermals always restore seagul speed to at least 1.00
User prompt
lightning disappears swiftly after it appears
User prompt
Add lightning bolt to the game. It has 1% chance of appearing randomly on the screen every second. If it touches seagull, seagulls speed is reduced to zero and it is put back in its beginning position.
User prompt
As the seagull gets closer to the top of the screen, proportionately decrease thermals and increase headwinds and clouds
User prompt
Thermals should on average move 1.5 faster. Headwinds should on average move 1.5 times slower
User prompt
decrease cloud opacity by 25%
User prompt
Thermals should only double seagull speed, not triple it
User prompt
double the number of clouds
User prompt
make clouds random sizes and create twice as many
User prompt
put clouds at random visible levels
===================================================================
--- original.js
+++ change.js
@@ -103,9 +103,9 @@
fill: "#333333",
background: "#ffffff"
});
speedTxt.anchor.set(0.5, 0.5);
-LK.gui.center.addChild(speedTxt);
+LK.gui.center.addChildAt(speedTxt, LK.gui.center.children.length);
var seagull = game.addChild(new Seagull());
seagull.x = 2048 / 2;
seagull.y = 2732 - 200;
var thermals = [];
whirling spiral wind squiggles. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
fluffy cloud. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
storm cloud. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
ocean surface overhead view. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
cresting wave. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
seagull with wings spread, seen from above. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
lightning bolt. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.