flappy bird

This commit is contained in:
2026-03-28 09:31:02 +01:00
parent 11575ef9b1
commit a0a675676d
4 changed files with 225 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ public class DraggableKey : MonoBehaviour,
public string correctSlotID;
public string previousSceneName;
[Header("Visual")]
public Color wrongAttemptColor = Color.red;
public float blinkDuration = 0.2f;