v0.0.2-unstable #3
flipfloppy1
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.0.2-unstable
New Features
New Lua Globals:
VUI_mouse: a table for all mouse-related info, including:
VUI_signal: set flags through Lua that can be toggled to call conditional code in your C++ program. Set a field of VUI_signal to true to turn on the signal of that name; e.g:
Triggers:
UI Text and Font Properties:
Font rendering now works, which means that the text field now specifies a string of UTF8-encoded (possibly subject to change) characters that will be drawn to the screen. Other font and text-related properties include:
Try out the simple demo below, and mess around with the Lua script behind it!
This discussion was created from the release v0.0.2-unstable.
Beta Was this translation helpful? Give feedback.
All reactions