Button no longer shows 'active' color if it was not clicked upon

This commit is contained in:
2019-03-03 11:26:31 -06:00
parent ab56803ac6
commit c2d3759426

View File

@@ -14,7 +14,7 @@ module CyberarmEngine
@text.color = @options[:interactive_stroke]
end
def holding_left_mouse_button(sender, x, y)
def left_mouse_button(sender, x, y)
@background = @options[:interactive_active_background]
@text.color = @options[:interactive_active_stroke]
end