Code edit (1 edits merged)
Please save this source code
User prompt
Remove console logs
Code edit (1 edits merged)
Please save this source code
User prompt
Add text inside hand. Should read: "TAP"
User prompt
Make tap text black
Code edit (1 edits merged)
Please save this source code
User prompt
Center tap text in the hand
User prompt
Make tap text thicker
User prompt
Make tap font even thicker
Code edit (2 edits merged)
Please save this source code
User prompt
Make tap font dark grey
User prompt
Change tap font to a better suiting for the game
Code edit (1 edits merged)
Please save this source code
User prompt
Change tap font to a thicker one
User prompt
Make tap bold and add shade
User prompt
Make tap shade grey
User prompt
Make tap color black and tap shade grey
Code edit (2 edits merged)
Please save this source code
User prompt
Star, circulae obstacle and orbitline should slowly move downwards on tick
User prompt
Fix Bug: 'TypeError: obstacles[i].moveDown is not a function' in or related to this line: 'obstacles[i].moveDown(-dot.movedDistance, dot.y);' Line Number: 331
Code edit (3 edits merged)
Please save this source code
Code edit (2 edits merged)
Please save this source code
User prompt
star, circularobstacle and lineorbit should move slowly downward after the first tap
User prompt
make sure orbitline moves downards like start after first tap
User prompt
orbitline must move downwards on tick after first tap
===================================================================
--- original.js
+++ change.js
@@ -215,12 +215,12 @@
var self = Container.call(this);
var handGraphics = self.attachAsset('hand', {
anchorX: 0.5,
anchorY: 0,
- alpha: 0.7
+ alpha: 0.8
});
// Add 'TAP' text to the hand
- var tapText = new Text2('TAP', {
+ var tapText = new Text2('Tap', {
size: 100,
fill: '#000000',
font: 'Arial Black',
fontWeight: 'bold',