===================================================================
--- original.js
+++ change.js
@@ -12,11 +12,11 @@
});
self.setValue = function (val) {
self.value = val;
if (val === 'X') {
- self.graphics.tint = 0xff0000; // Red for player
+ self.graphics.tint = 0x0000ff; // Blue for player
} else if (val === 'O') {
- self.graphics.tint = 0x0000ff; // Blue for robot
+ self.graphics.tint = 0xff0000; // Red for robot
}
};
self.isEmpty = function () {
return self.value === null;
the letter x. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
the letter o. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
explosion. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
button with the word restart on it. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
confetti popper. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
sad face. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.
handshake. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.