Skip to content
Snippets Groups Projects

Resolve "As a child, I want an interesting and exciting story based trail with obvious landmarks, so I can follow the trail with ease."

4 files
+ 50
55
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -20,7 +20,7 @@ public class Landmarks {
//Predefined Landmark for Dragons Tale.
public static List<Landmarks> landmarksDragonstrail = List.of(
new Landmarks( 1, "A scent of...Dragon", "The Dragon has been spotted near by, find the QR code to continue" , "location test"),
new Landmarks( 1, "A scent of...Dragon", "The Dragon has been spotted near by, find the QR code to continue" , "Start your discovery, at the sweet shop."),
new Landmarks( 2, "They've been found!", "Don't let them escape, find the next QR code to continue!", "location test")
);
Loading