added translations

This commit is contained in:
2026-07-19 01:50:34 +02:00
parent d75332927c
commit ee421245d1
2 changed files with 6 additions and 2 deletions
@@ -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!