diff --git a/data/conceptimages/MAINVIEW.png b/data/conceptimages/MAINVIEW.png new file mode 100644 index 0000000..8082553 Binary files /dev/null and b/data/conceptimages/MAINVIEW.png differ diff --git a/data/conceptimages/MAINVIEW.svg b/data/conceptimages/MAINVIEW.svg new file mode 100644 index 0000000..2eb9bab --- /dev/null +++ b/data/conceptimages/MAINVIEW.svg @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + SCORE: + PLAYER: + + + + + + Wähle einen Spieler aus: + + Chris + Chris_selected + + diff --git a/data/conceptimages/MAINVIEW.webp b/data/conceptimages/MAINVIEW.webp new file mode 100644 index 0000000..e2154c7 Binary files /dev/null and b/data/conceptimages/MAINVIEW.webp differ diff --git a/pygame-test.py b/pygame-test.py index a2d031c..45c3047 100644 --- a/pygame-test.py +++ b/pygame-test.py @@ -105,7 +105,7 @@ spawn_fruit = True game_started = False text = "" -game.change_state("menu") +game.change_state("started") while active == True: MAINSCREEN.fill((55,148,38))