openwf/Scripts/samples/Watermark.pluto

5 lines
316 B
Plaintext
Raw Normal View History

2025-10-06 18:27:00 +08:00
-- Modifications to sample scripts will be lost the next time you start the game.
owf_overlay_add_text(12, 12, "OpenWF", OWF_FONT_SIMPLE8, 0, 0, 0, 2) -- shadow
owf_overlay_add_text(10, 10, "OpenWF", OWF_FONT_SIMPLE8, 90, 253, 123, 2) -- text
owf_overlay_update()
while pcall(yield) do end -- keep the script running