Replacing font, to avoid license issue

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-29 09:56:59 +07:00
parent 6beacc51f5
commit dd55171204
7 changed files with 9 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
-- SIMPLE-BUTTON.lua
-- A simple module that aims to help you quickly create buttons
-- It is can be used as a base class to help you quickly creating button
-- This module has type notations so IntelliSense should give you some suggestions
-- SIMPLE-BUTTON.lua<br>
-- A simple module that aims to help you quickly create buttons<br>
-- It is can be used as a base class to help you quickly creating button<br>
-- This module has type notations so IntelliSense should give you some suggestions<br>
local BUTTON = {}
-- MIT License
@@ -174,9 +175,6 @@ function button:release(x, y, touchID)
end
end
local BUTTON = {}
---@param D BUTTON.button|BUTTON.newData
---@param safe? boolean @ Creating widget? If not then ignore accept missing important parameters
---@return nil