mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-10 01:10:30 +00:00
Merge pull request #1763 from cyberbit/patch-1
Fix cc.image.nft.draw signature
This commit is contained in:
commit
ad0f551204
@ -89,7 +89,7 @@ end
|
|||||||
--
|
--
|
||||||
-- @tparam table image An image, as returned from [`load`] or [`parse`].
|
-- @tparam table image An image, as returned from [`load`] or [`parse`].
|
||||||
-- @tparam number xPos The x position to start drawing at.
|
-- @tparam number xPos The x position to start drawing at.
|
||||||
-- @tparam number xPos The y position to start drawing at.
|
-- @tparam number yPos The y position to start drawing at.
|
||||||
-- @tparam[opt] term.Redirect target The terminal redirect to draw to. Defaults to the
|
-- @tparam[opt] term.Redirect target The terminal redirect to draw to. Defaults to the
|
||||||
-- current terminal.
|
-- current terminal.
|
||||||
local function draw(image, xPos, yPos, target)
|
local function draw(image, xPos, yPos, target)
|
||||||
|
Loading…
Reference in New Issue
Block a user