User prompt
Fix Bug: 'ReferenceError: powerBar is not defined' in this line: 'powerBar.show();' Line Number: 243
User prompt
Fix Bug: 'TypeError: Cannot read properties of undefined (reading 'isShowing')' in this line: 'if (!stone.isLaunched && !powerBar.visible && clickCount === 1) {' Line Number: 242
User prompt
Create a third bar name "sixth finger Bar" who have the same comportment that the other bar but apair after the third click and make the launch apain after the fourth click
User prompt
Reduce the size off the powerbar and windbar by 2
User prompt
Show the powerbar and windbar percent but also their name as text
User prompt
The powerbar and the windbar show a text of the percent
User prompt
The power bar has the same size as the windbar
User prompt
The wind bar is 2 time less big
User prompt
The wind bar his 3 trime buger
User prompt
The wind bar has to increment and decrement to 1 to 100
User prompt
The launch is made after the third click
User prompt
The WindBar apair after the second click and the launch after the third click
User prompt
Create a WindBar
User prompt
Create a second power bar
User prompt
Power bar apair after the first click
User prompt
The wind power bar apair after the second click not the first
User prompt
The click call the first power bar
User prompt
Fix Bug: 'Uncaught ReferenceError: PowerBar is not defined' in this line: 'var powerBar = self.addChild(new PowerBar());' Line Number: 121
User prompt
Create a second power bar, name windpowerbar
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'length')' in this line: 'stage.on('move', function (obj) {' Line Number: 126
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'length')' in this line: 'stage.on('move', function (obj) {' Line Number: 126
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'length')' in this line: 'stage.on('move', function (obj) {' Line Number: 126
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'length')' in this line: 'stage.on('move', function (obj) {' Line Number: 126
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'length')' in this line: 'stage.on('move', function (obj) {' Line Number: 126
User prompt
Fix Bug: 'Uncaught TypeError: Cannot read properties of undefined (reading 'length')' in this line: 'stage.on('move', function (obj) {' Line Number: 126
===================================================================
--- original.js
+++ change.js
@@ -239,9 +239,9 @@
var sixthFingerBar = self.addChild(new SixthFingerBar());
sixthFingerBar.show();
}
if (!stone.isLaunched && !self.powerBar.visible && clickCount === 1) {
- powerBar.show();
+ self.powerBar.show();
} else if (!stone.isLaunched && sixthFingerBar.isShowing && clickCount === 4) {
stone.launch(hand, sixthFingerBar.progress);
sixthFingerBar.hide();
}
A nice lake Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A hand Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A small stone Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A power bar Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A power bar Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
A restart button Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.