reduce hotspot visuals to a single exclamation mark

develop
myk002 2022-11-30 18:13:19 -08:00
parent 1851a82fe1
commit ce1ef15bb2
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 1 additions and 2 deletions

@ -19,7 +19,7 @@ HotspotMenuWidget.ATTRS{
} }
function HotspotMenuWidget:init() function HotspotMenuWidget:init()
self:addviews{widgets.Label{text='!!'}} self:addviews{widgets.Label{text='!'}}
self.mouseover = false self.mouseover = false
end end
@ -176,7 +176,6 @@ function MenuScreen:init()
} }
self.initialize = function() self.initialize = function()
print('initilize')
self.subviews.list:setSelected(is_inverted and #choices or 1) self.subviews.list:setSelected(is_inverted and #choices or 1)
end end
end end