"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