User prompt
rename camera class and asset to shotButton
User prompt
make the flash last longer
User prompt
replace flash object by a flash effect
User prompt
remove the class Photo and its instances
User prompt
switch the flash color to black
User prompt
make the flash last longer
User prompt
when tapping for shooting add a white flash
User prompt
a bit more
User prompt
reduce corners opacity a little bit
User prompt
that's too thick
User prompt
you changed only half of each corner
User prompt
ok, now make corners thicker
User prompt
enlarge the camera hud a bit more
User prompt
ok, now enlarge the hud vertically by moving the corners
User prompt
corners are currently crosses, adapt them to be corners
User prompt
the top left corner shoud be near the coordinate 256,1024, adapt other corners too
User prompt
reduce camerahud so the corners are all contained in screen
User prompt
spawn camerahud after background
User prompt
in CameraHUD, use line asset for lines
User prompt
remove current cameraHUD, replace it with a class containing 4 corners each made with 2 lines
User prompt
add a camera hud asset
User prompt
add a background asset
User prompt
the target should spawn out of the screen then cross it
User prompt
add a random delay before the target crosses the screen
User prompt
tap on screen should alternatively start a round and take a photo
===================================================================
--- original.js
+++ change.js
@@ -37,12 +37,12 @@
corner.y = y;
corner.rotation = rotation;
return corner;
}
- var topLeft = createCorner(256, 800, 0);
- var topRight = createCorner(2048 - 256, 800, Math.PI / 2);
- var bottomLeft = createCorner(256, 2732 - 800, -Math.PI / 2);
- var bottomRight = createCorner(2048 - 256, 2732 - 800, Math.PI);
+ var topLeft = createCorner(256, 700, 0);
+ var topRight = createCorner(2048 - 256, 700, Math.PI / 2);
+ var bottomLeft = createCorner(256, 2732 - 700, -Math.PI / 2);
+ var bottomRight = createCorner(2048 - 256, 2732 - 700, Math.PI);
self.addChild(topLeft);
self.addChild(topRight);
self.addChild(bottomLeft);
self.addChild(bottomRight);
a forest.
flying Red-bellied Woodpecker.
flying Yellow-headed Blackbird.
flying Painted Bunting.
Underwater. only water and corals. NO animals
Countryside. 1 flower in foreground.
A Butterfly flying.
a fish swimming.
full dragonfly flying to the right.
full drone flying to the right.
a full hot air balloon with a basket flying to the right.
roofs of an empty modern city. day light
a satellite.
stary dark space. NO OBJECTS
a multitude of polaroids in bulk, with photos of birds, fishes, butterflies, planes, hot air baloons, satelites, dragonflies.....
A flying owl.
A flying parrot.
hippocampe.
shark. lateral view
diodon hystrix swimming. lateral view
fighting fish swimming. lateral view
a hang glider flying. full lateral view
un cerf-volant multicolore.
une coccinelle volante.
un scarabée vert irisé volant. side view
une gueppe volante. side view
un astronaute volant. full side view
une navette spaciale volante. full side view
un astéroïde volant dans l'espace. full side view
remove