Compare commits
No commits in common. "7593e4d1c82e761422e46e0dd18fcabdea6dd0b0" and "80d968f642cad32391a63ec09b0b0fdb91e31b0e" have entirely different histories.
7593e4d1c8
...
80d968f642
@ -111,7 +111,6 @@ 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