SCED/objects/Playermat1White.8b081b.ttslua

16 lines
545 B
Plaintext
Raw Normal View History

2022-11-12 12:43:35 +01:00
---------------------------------------------------------
-- specific setup (different for each playmat)
---------------------------------------------------------
PLAYER_COLOR = "White"
PLAY_ZONE_POSITION = { x = -54.5, y = 4, z = 21 }
PLAY_ZONE_SCALE = { x = 36, y = 5.1, z = 14.5 }
DRAW_DECK_POSITION = { x = -54.8, y = 2.5, z = 4.29 }
DISCARD_PILE_POSITION = { x = -58.9, y = 4, z = 4.29 }
2022-11-16 18:58:59 +01:00
TRASHCAN_GUID = "147e80"
STAT_TRACKER_GUID = "e598c2"
RESOURCE_COUNTER_GUID = "4406f0"
2022-11-10 23:59:55 -08:00
require("playermat/Playmat")