Skip to content

Commit

Permalink
Updated ES / AF counters
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr1Z93 committed Oct 6, 2024
1 parent 3bbece0 commit 8735c1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions objects/Fan-MadeAccessories.aa8b38/Auto-failCounter.a9a321.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"Autoraise": true,
"ColorDiffuse": {
"b": 1,
"g": 1,
"r": 1
"b": 0,
"g": 0,
"r": 0
},
"CustomImage": {
"CustomTile": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 0.81,
"scaleX": 1.5,
"scaleY": 1,
"scaleZ": 0.81
"scaleZ": 1.5
},
"Value": 0,
"XmlUI": ""
Expand Down
10 changes: 5 additions & 5 deletions objects/Fan-MadeAccessories.aa8b38/ElderSignCounter.e62cb5.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
},
"Autoraise": true,
"ColorDiffuse": {
"b": 1,
"g": 1,
"r": 1
"b": 0,
"g": 0,
"r": 0
},
"CustomImage": {
"CustomTile": {
Expand Down Expand Up @@ -49,9 +49,9 @@
"rotX": 0,
"rotY": 270,
"rotZ": 0,
"scaleX": 0.81,
"scaleX": 1.5,
"scaleY": 1,
"scaleZ": 0.81
"scaleZ": 1.5
},
"Value": 0,
"XmlUI": ""
Expand Down
4 changes: 2 additions & 2 deletions src/core/GenericCounter.ttslua
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ function onLoad(savedData)
-- set position of label depending on object
if tokenType == "damage" then
position = { 0.1, -0.07, 0.1 }
rotation = { 180, 180, 0}
rotation = { 180, 180, 0 }
elseif tokenType == "horror" then
position = { -0.025, -0.07, 0.025 }
rotation = { 180, 180, 0}
rotation = { 180, 180, 0 }
elseif tokenType == "resource" or tokenType == "resourceCounter" then
position = { 0, 0.06, 0.1 }
elseif tokenType == "ElderSignCounter" or tokenType == "AutofailCounter" then
Expand Down

0 comments on commit 8735c1a

Please sign in to comment.