Merge pull request #150 from argonui/tooltip-fix

Token Manager: Re-enables tooltip and blanks the name for tokens
This commit is contained in:
Buhallin 2023-01-03 12:19:51 -08:00 committed by GitHub
commit a23216f117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View File

@ -40,7 +40,7 @@
"Nickname": "ClueDoom", "Nickname": "ClueDoom",
"Snap": false, "Snap": false,
"Sticky": true, "Sticky": true,
"Tooltip": false, "Tooltip": true,
"Transform": { "Transform": {
"posX": 78.661, "posX": 78.661,
"posY": 2.398, "posY": 2.398,

View File

@ -40,7 +40,7 @@
"Nickname": "ClueDoom", "Nickname": "ClueDoom",
"Snap": false, "Snap": false,
"Sticky": true, "Sticky": true,
"Tooltip": false, "Tooltip": true,
"Transform": { "Transform": {
"posX": 78.738, "posX": 78.738,
"posY": 2.287, "posY": 2.287,

View File

@ -40,7 +40,7 @@
"Nickname": "Resource", "Nickname": "Resource",
"Snap": false, "Snap": false,
"Sticky": true, "Sticky": true,
"Tooltip": false, "Tooltip": true,
"Transform": { "Transform": {
"posX": 78.848, "posX": 78.848,
"posY": 2.273, "posY": 2.273,

View File

@ -248,6 +248,8 @@ do
else else
rot.y = 270 rot.y = 270
end end
tokenTemplate.Nickname = ""
return spawnObjectData({ return spawnObjectData({
data = tokenTemplate, data = tokenTemplate,
position = position, position = position,