SCED/objects/Playermat1White.8b081b.ttslua

15 lines
494 B
Plaintext
Raw Normal View History

2022-11-12 12:43:35 +01:00
---------------------------------------------------------
-- specific setup (different for each playmat)
---------------------------------------------------------
PLAYER_COLOR = "White"
2023-01-05 01:24:54 +01:00
PLAY_ZONE_POSITION = { x = -54.5, y = 4, z = 19 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 12 }
2022-11-16 18:58:59 +01:00
TRASHCAN_GUID = "147e80"
STAT_TRACKER_GUID = "e598c2"
RESOURCE_COUNTER_GUID = "4406f0"
2022-12-08 12:46:22 +01:00
CLUE_COUNTER_GUID = "d86b7c"
2022-12-08 14:27:55 +01:00
CLUE_CLICKER_GUID = "db85d6"
2022-11-10 23:59:55 -08:00
require("playermat/Playmat")