mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Replacing font, to avoid license issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user