User prompt
delete player vs player text and player vs ai text from th game
User prompt
move the text down with 1000 units
User prompt
Add "Player vs Player" text to the game
User prompt
delete player vs player and player vs aitext from the game
User prompt
These texts should be 400 units apart horizontally
User prompt
These texts should be 400 units apart;
User prompt
These texts should be 200 units from the vertical center line
User prompt
These texts should be 600 units from the vertical line
User prompt
These texts should be 200 units from the vertical line
User prompt
Double the leading of these texts
User prompt
Rearrange Player vs Player one below the other on the left side of the screen and And it should look like this: Player Vs Player. Then the player vs ai text is also applied in the same way to the right side of the screen.
User prompt
Rearrange Player vs Player one below the other on the left side of the screen, and then the Player vs AI text in the same way on the right side of the screen
User prompt
You're still not doing it right! Are you doing the stupid thing directly???
User prompt
fix it
User prompt
Do it all
User prompt
DO IT
User prompt
move up the startbutton up with 500 units
User prompt
The StartButton appears at the top in order of appearance and nothing can obscure it
User prompt
move the startbutton up with 1000 units
User prompt
move startbutton to the center of whitecenter
User prompt
Once the player has selected a game mode and clicked on one of the colored curling wheels, the StartButton will appear on the map
User prompt
Add start button asset to the game
User prompt
The vertical line cannot obscure text in the order in which it is displayed
User prompt
Text is above the vertical line in display order
User prompt
Don't block text from vertical lines
===================================================================
--- original.js
+++ change.js
@@ -61,9 +61,9 @@
fill: "#000000"
});
pvpText.anchor.set(0.5, 0.5);
pvpButton.addChild(pvpText);
- pvpButton.x = 2048 / 2;
+ pvpButton.x = 2048 * 0.25; // Position on the left side of the screen
pvpButton.y = 2732 / 2 + 200;
pvpButton.interactive = true;
pvpButton.on('down', function () {
gameMode = 'pvp';
@@ -77,9 +77,9 @@
fill: "#000000"
});
pveText.anchor.set(0.5, 0.5);
pveButton.addChild(pveText);
- pveButton.x = 2048 / 2;
+ pveButton.x = 2048 * 0.75; // Position on the right side of the screen
pveButton.y = 2732 / 2 + 350;
pveButton.interactive = true;
pveButton.on('down', function () {
gameMode = 'pve';
black curling stone with pink top, top view.
Black curlingstone with purple top, top view.
Black curlingstone with yellow top, top view.
Black curlingstone with orange top, top view.
black curlingstone with neongreen top, top view.
Black curlingstone with neonblue top, top view.
add a text to the center: "Player vs Player"
neongreen rectangle with rounded corners, transparent in the middle.
Red button with white start text.