added translations
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ public abstract class Obstacle {
|
||||
|
||||
private static final List<Obstacle> remaining = new ArrayList<>();
|
||||
|
||||
public static Obstacle getRandomObstacle() {
|
||||
public static synchronized Obstacle getRandomObstacle() {
|
||||
if(remaining.isEmpty()) {
|
||||
remaining.addAll(obstacles);
|
||||
}
|
||||
|
||||
@@ -187,3 +187,7 @@ itemCount;Block Count;Block Anzahl
|
||||
ns:game_ColorJump#;;
|
||||
name;Color Jump;Farbsprung
|
||||
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