6 lines
181 B
Text
6 lines
181 B
Text
-- Lesson 1: Hello. The finished script, exactly as the lesson ends.
|
|
function onOverlayUpdate()
|
|
overlayClear()
|
|
overlayPrint(2, 2, "Hello!")
|
|
return OVERLAY_UPDATED
|
|
end
|