User prompt
beyaz yap kesik çizgiyi
User prompt
boy olarak biraz daha kısalt
User prompt
boy olarakta kısalt
User prompt
kesik çizgiyi beyaz yap ve boyutunu baya küçült
User prompt
ama road segment olmayan yerde olmasın kesik çizgi sadece road segmente olsun
User prompt
şimdi roadsegmentin üzerine simetrik olcak şekilde kesik çizgi ekle
User prompt
oyun mekanikleri bozuldu düzelt
User prompt
arka planı değiştirme seçeneği ekle yolu ve arka plan rengi için 3 seçenek olsun
User prompt
lastik aşınması olsun
Remix started
Copy Drifting Love
===================================================================
--- original.js
+++ change.js
@@ -157,9 +157,9 @@
game.addRoadSegment();
}
var scoreText = new Text2('0', {
size: 150,
- fill: "#ffffff",
+ fill: 0xFFFFFF,
weight: '800',
dropShadow: true,
dropShadowColor: '#373330',
dropShadowBlur: 4,
@@ -180,9 +180,9 @@
return text;
}
var notificationText = new Text2(getRandomNotificationText(), {
size: 60,
- fill: "#ffffff",
+ fill: 0xFFFFFF,
weight: '400',
align: 'center',
stroke: '#000000',
strokeThickness: 8
@@ -235,8 +235,13 @@
score++;
car.ORIGINAL_SPEED += 0.1;
scoreText.setText(score.toString());
notificationText.setText(getRandomNotificationText());
+ // Reduce the speed of the car as the tire wears out
+ car.ORIGINAL_SPEED -= 0.05;
+ if (car.ORIGINAL_SPEED < 0) {
+ car.ORIGINAL_SPEED = 0;
+ }
}
if (!carIsOnRoad) {
LK.showGameOver();
} else {}
DeLorean car, seen from behind Top-down, gta2, Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.isometric
cool looking driver holding a car wheel as if he's driving. 30 years old. vintage retro 1980 style. 3/4 view. pixelated. 8 bit. Single Game Texture. In-Game asset. 2d. Blank background. High contrast. No shadows.