Code edit (4 edits merged)
Please save this source code
User prompt
in initMenuState add text "Start"
User prompt
in initMenuState add the finalResultPopup asset
User prompt
in initMenuState add the menuBackground asset
Code edit (1 edits merged)
Please save this source code
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'update')' in or related to this line: 'currentTarget.update();' Line Number: 947
User prompt
we gonna add and new GAME_STATE MENU, List what should be changed
User prompt
ininitNewRoundState, play the sound corresponding to the currentLevel
Code edit (1 edits merged)
Please save this source code
User prompt
in LevelManager.levels, add a sound property
User prompt
in initNewRoundState, set readyText text to "Let's have fun..." when isRandomMode and currentLevel==0 and currentRound ==0 , else to 'Get Ready...'
User prompt
when isRendomMode, make getTarget returns a random target from any other level except the currentLevel
Code edit (3 edits merged)
Please save this source code
User prompt
in gameResultDown, when reaching last round of last level, if isRandomMode is false then set isRandomMode to true and initNewRoundState(); else initScoreState();
User prompt
add a global variable isRandomMode
Code edit (1 edits merged)
Please save this source code
User prompt
in ConfettiAnim, make the movement from top to bottom
User prompt
in ConfettiAnim, use tint property instead of colo
Code edit (1 edits merged)
Please save this source code
User prompt
create the conffetti anim when averageQuality >= 80
Code edit (2 edits merged)
Please save this source code
User prompt
show the conffetti anim when averageQuality >= 80
User prompt
create a Conffetti anim class
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'effect')' in or related to this line: 'LK.init.effect('confetti', {' Line Number: 297
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'effect')' in or related to this line: 'LK.init.effect('confetti', {' Line Number: 296
===================================================================
--- original.js
+++ change.js
@@ -736,8 +736,13 @@
currentTarget.y = startPosition.y;
currentTarget.endX = endPosition.x;
currentTarget.endY = endPosition.y;
backgroundLayer.addChild(currentTarget);
+ if (isRandomMode && levelManager.currentLevel === 0 && levelManager.currentRound === 0) {
+ readyText.setText("Let's have fun...");
+ } else {
+ readyText.setText('Get Ready...');
+ }
readyText.visible = true;
photoFrame.visible = false;
photoFrameShadow.visible = false;
shotButton.visible = true;
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