From decb72f936060a65bff18e9cbf33642ea3a71cd0 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 9 Jan 2025 18:11:46 -0600 Subject: Work --- src/ui_test.moon | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/ui_test.moon (limited to 'src/ui_test.moon') diff --git a/src/ui_test.moon b/src/ui_test.moon new file mode 100644 index 0000000..18445d2 --- /dev/null +++ b/src/ui_test.moon @@ -0,0 +1,7 @@ +ui = require("ui") + +button = ui.button(10,10,100,100, "Hello,\nworld!") +joystick = ui.joystick(-100,-100,200) +textbox = ui.textbox(100,100,300,32) +--joystick2 = ui.joystick(100,100,150) +print("Got button:",button) -- cgit v1.2.3-70-g09d2