re-enables tooltip and blanks the name for tokens

This commit is contained in:
Chr1Z93 2023-01-02 02:51:40 +01:00
parent f2dd81e5d1
commit 573ab77296
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,