la till data för textures i json
authorLukel495 <lukas.eliasson@live.se>
Tue, 5 Dec 2023 15:34:28 +0000 (16:34 +0100)
committerLukel495 <lukas.eliasson@live.se>
Tue, 5 Dec 2023 15:34:28 +0000 (16:34 +0100)
assets/data.json

index 05c496547c14ca17ae1971221966c052870124e2..6bf790992584954fb19fee0526508732297918c5 100644 (file)
     "game_constants":
     {
         "bottles_per_second" : 2,
-        "game_time" : 20,
+        "game_time" : 2,
         "yf_per_second": 0.125,
-        "bikes_per_second": 0.17,
-        "scoreboard" : 5
-        
+        "bikes_per_second": 0.17, 
     },
     "map":
     {
         "max_speed" : 3.0,
         "direction": [0, 1]
 
+    },
+    "gameover_menu":
+    {
+        "scoreboard" : 5,
+        "texture": "assets/game_over.png",
+        "font" : "assets/fonts/Philosopher-Regular.ttf"
+    },
+    "pause_menu":
+    {
+        "texture": "assets/Pause_bild.png",
+        "texture_mouse" : "assets/muspekareGul.png",
+        "font": "assets/fonts/Philosopher-Regular.ttf"
+    },
+    "scoreboard_menu": 
+    {
+        "texture": "assets/scoreboard.png",
+        "texture_mouse" : "assets/muspekareGul.png",
+        "font": "assets/fonts/Philosopher-Regular.ttf",
+        "highscore_file": "assets/highscore.csv"
+    },
+    "start_menu":
+    {
+     "texture": "assets/meny_bild.png",
+     "texture_mouse" : "assets/muspekareGul.png",
+     "font": "assets/fonts/Philosopher-Regular.ttf"     
     }
 
 }
\ No newline at end of file