Changed emoji

This commit is contained in:
2025-12-19 11:58:45 +03:00
parent 34790107a3
commit 345507554d

View File

@@ -15,7 +15,7 @@ player.hideturtle()
player.color("#00FFFF")
player.penup()
player.goto(0,-250)
player.emoji = "🚗"
player.emoji = "🚀"
player_speed = 20
# === GAME VARIABLES ===
game_active = True