Compare commits
2 Commits
80d968f642
...
7593e4d1c8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7593e4d1c8 | ||
|
|
a6b1c52b7d |
@ -111,6 +111,7 @@ int main()
|
|||||||
// -----------------------------------------------------------
|
// -----------------------------------------------------------
|
||||||
while (!WindowShouldClose())
|
while (!WindowShouldClose())
|
||||||
{
|
{
|
||||||
|
GameState state = GameState::Idle; //legen wir fest, in welchem Zustand das Spiel startet
|
||||||
// Klick-Erkennung
|
// Klick-Erkennung
|
||||||
if (!gameWon && IsMouseButtonPressed(MOUSE_LEFT_BUTTON))
|
if (!gameWon && IsMouseButtonPressed(MOUSE_LEFT_BUTTON))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user