summaryrefslogtreecommitdiff
path: root/build/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'build/test.lua')
-rw-r--r--build/test.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/test.lua b/build/test.lua
index f57f02b..fbb062f 100644
--- a/build/test.lua
+++ b/build/test.lua
@@ -9,4 +9,6 @@ function do_step()
increment = 2
end
tpt.drawtext(numberthing, 50, "Oh my god, this is amazing", 255, 255, 255, 255)
+ tpt.drawtext(mousex, mousey, "Oh my god, this is amazing", 255, 255, 255, 255)
+ return true
end