legend of zelda 2

This commit is contained in:
StevenPhang22 2022-11-28 23:31:05 -05:00
parent e954dbed8b
commit eecebf4fb9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ while(true) do
if isDrag then
gui.rect(inpt.xmouse, inpt.ymouse, inpt.xmouse+50, inpt.ymouse+50, "red", "white")
gui.text(inpt.xmouse + 12, inpt.ymouse+12, "Legend\nOf\nZelda")
gui.text(inpt.xmouse + 12, inpt.ymouse+12, "Legend\nOf\nZelda\n2")
elseif ((inpt.xmouse > cart.x1) and (inpt.xmouse < cart.x2) and (inpt.ymouse > cart.y1) and (inpt.ymouse < cart.y2) and inpt.leftclick) then
isDrag = true
else