SCED/objects/Playermat2Orange.bd0ff4.ttslua

14 lines
463 B
Plaintext
Raw Normal View History

2022-11-12 06:43:35 -05:00
---------------------------------------------------------
-- specific setup (different for each playmat)
---------------------------------------------------------
2023-01-04 19:24:54 -05:00
PLAY_ZONE_POSITION = { x = -54.5, y = 4, z = -19 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 12 }
2022-11-16 12:58:59 -05:00
TRASHCAN_GUID = "f7b6c8"
STAT_TRACKER_GUID = "b4a5f7"
RESOURCE_COUNTER_GUID = "816d84"
2022-12-08 06:46:22 -05:00
CLUE_COUNTER_GUID = "1769ed"
2022-12-08 08:27:55 -05:00
CLUE_CLICKER_GUID = "3f22e5"
2022-11-11 02:59:55 -05:00
require("playermat/Playmat")