Increase size of playarea scale to include action tokens in upkeep

This commit is contained in:
Adam Goldsmith 2023-07-22 00:26:00 -04:00
parent 1294571f00
commit b2237355f2
4 changed files with 4 additions and 4 deletions

View File

@ -670,7 +670,7 @@ __bundle_register("__root", function(require, _LOADED, __bundle_register, __bund
---------------------------------------------------------
PLAY_ZONE_POSITION = { x = -54.5, y = 4, z = 19 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 12 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 14 }
TRASHCAN_GUID = "147e80"
STAT_TRACKER_GUID = "e598c2"
RESOURCE_COUNTER_GUID = "4406f0"

View File

@ -47,7 +47,7 @@ __bundle_register("__root", function(require, _LOADED, __bundle_register, __bund
---------------------------------------------------------
PLAY_ZONE_POSITION = { x = -54.5, y = 4, z = -19 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 12 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 14 }
TRASHCAN_GUID = "f7b6c8"
STAT_TRACKER_GUID = "b4a5f7"
RESOURCE_COUNTER_GUID = "816d84"

View File

@ -47,7 +47,7 @@ __bundle_register("__root", function(require, _LOADED, __bundle_register, __bund
---------------------------------------------------------
PLAY_ZONE_POSITION = { x = -26.5, y = 4, z = 26.5 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 12 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 14 }
TRASHCAN_GUID = "5f896a"
STAT_TRACKER_GUID = "af7ed7"
RESOURCE_COUNTER_GUID = "cd15ac"

View File

@ -1608,7 +1608,7 @@ __bundle_register("__root", function(require, _LOADED, __bundle_register, __bund
---------------------------------------------------------
PLAY_ZONE_POSITION = { x = -26.5, y = 4, z = -26.5 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 12 }
PLAY_ZONE_SCALE = { x = 32, y = 5, z = 14 }
TRASHCAN_GUID = "4b8594"
STAT_TRACKER_GUID = "e74881"
RESOURCE_COUNTER_GUID = "a4b60d"