ddb264fe13
- Fixes broken data retrieval to get the selected upgrades - Moves "is this customization active" logic into the UpgradeSheetLibrary - Extends the area covered by searchAroundSelf() to extend farther in (and past) the set aside card areas - Made searchAroundSelf() dynamic, removing the need for explicit position and areas
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
---------------------------------------------------------
|
|
-- specific setup (different for each playmat)
|
|
---------------------------------------------------------
|
|
|
|
TRASHCAN_GUID = "f7b6c8"
|
|
STAT_TRACKER_GUID = "b4a5f7"
|
|
RESOURCE_COUNTER_GUID = "816d84"
|
|
CLUE_COUNTER_GUID = "1769ed"
|
|
CLUE_CLICKER_GUID = "3f22e5"
|
|
|
|
require("playermat/Playmat")
|