added playerrace and updated to version 26.2 #14
+1
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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!
|
||||||
|
Reference in New Issue
Block a user