added playerrace and updated to version 26.2 #14

Merged
jannis merged 17 commits from develop-jannis into develop 2026-07-31 20:04:16 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit ee421245d1 - Show all commits
@@ -48,7 +48,7 @@ public abstract class Obstacle {
private static final List<Obstacle> remaining = new ArrayList<>(); private static final List<Obstacle> remaining = new ArrayList<>();
public static Obstacle getRandomObstacle() { public static synchronized Obstacle getRandomObstacle() {
if(remaining.isEmpty()) { if(remaining.isEmpty()) {
remaining.addAll(obstacles); remaining.addAll(obstacles);
} }
+5 -1
View File
@@ -186,4 +186,8 @@ itemCount;Block Count;Block Anzahl
;; ;;
ns:game_ColorJump#;; ns:game_ColorJump#;;
name;Color Jump;Farbsprung name;Color Jump;Farbsprung
description;Jump on the right color!;Springe auf die richtige Farbe! description;Jump on the right color!;Springe auf die richtige Farbe!
;;
ns:game_PlayerRace#;;
name;Player Race;Wettrennen
description;Get to the other side as quickly as possible!;Komme so schnell wie möglich auf die andere Seite!
1 map en_us de_de
186
187 ns:game_ColorJump#
188 name Color Jump Farbsprung
189 description Jump on the right color! Springe auf die richtige Farbe!
190
191 ns:game_PlayerRace#
192 name Player Race Wettrennen
193 description Get to the other side as quickly as possible! Komme so schnell wie möglich auf die andere Seite!