Compare commits
3 Commits
b6d09f0e59
...
599b2b8dac
| Author | SHA1 | Date | |
|---|---|---|---|
| 599b2b8dac | |||
| 560cc4a762 | |||
| 0d6403a0b8 |
14
src/main.cpp
14
src/main.cpp
@ -142,16 +142,22 @@ int main()
|
|||||||
fabs(mouse.y - screenPos.y) < 40)
|
fabs(mouse.y - screenPos.y) < 40)
|
||||||
{
|
{
|
||||||
c.FlipForward(); //<-----Animation Start
|
c.FlipForward(); //<-----Animation Start
|
||||||
//Neu Counter
|
|
||||||
counter++;
|
|
||||||
|
|
||||||
if (state == GameState::Idle) //Neu (Ü4)
|
|
||||||
|
if (state == GameState::Idle) //neu Ü4
|
||||||
|
{
|
||||||
state = GameState::OneFlipped;
|
state = GameState::OneFlipped;
|
||||||
else
|
counter++;
|
||||||
|
}
|
||||||
|
else if (state == GameState::OneFlipped && first && &c != first)
|
||||||
|
{
|
||||||
state = GameState::LockInput;
|
state = GameState::LockInput;
|
||||||
|
counter++;
|
||||||
|
}
|
||||||
|
|
||||||
break; // 🔒 nur EIN Würfel pro Klick
|
break; // 🔒 nur EIN Würfel pro Klick
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user