Merge pull request #150 from argonui/tooltip-fix
Token Manager: Re-enables tooltip and blanks the name for tokens
This commit is contained in:
commit
a23216f117
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user