From c88f4184eaa48efbdc69e76eb3c8a4a206434ad3 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 16 Aug 2025 14:52:24 -0400 Subject: Started writing a data validator Currently, it can check whether identifiers point to non-existent objects, or whether multiple objects share the same identifier. It can also determine whether an identifier is underspecified (e.g. a door doesn't specify a room, or a global connection doesn't specify a map). --- data/maps/four_rooms/rooms/Examples Room.txtpb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/maps/four_rooms/rooms') diff --git a/data/maps/four_rooms/rooms/Examples Room.txtpb b/data/maps/four_rooms/rooms/Examples Room.txtpb index ffbe74d..bec3a23 100644 --- a/data/maps/four_rooms/rooms/Examples Room.txtpb +++ b/data/maps/four_rooms/rooms/Examples Room.txtpb @@ -1,28 +1,28 @@ name: "Examples Room" display_name: "Examples Room" panels { - name: "SIZE" + name: "SIZE (1)" path: "Panels/Room 2 Examples/entry_1" clue: "size" answer: "tiny" symbols: "example" } panels { - name: "EMOTION" + name: "EMOTION (1)" path: "Panels/Room 2 Examples/entry_2" clue: "emotion" answer: "love" symbols: "example" } panels { - name: "SIZE" + name: "SIZE (2)" path: "Panels/Room 2 Examples/entry_3" clue: "size" answer: "huge" symbols: "example" } panels { - name: "EMOTION" + name: "EMOTION (2)" path: "Panels/Room 2 Examples/entry_4" clue: "emotion" answer: "fear" -- cgit 1.4.1