aboutsummaryrefslogtreecommitdiff
path: root/system.lua
diff options
context:
space:
mode:
Diffstat (limited to 'system.lua')
-rw-r--r--system.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/system.lua b/system.lua
index 6359abe..5275380 100644
--- a/system.lua
+++ b/system.lua
@@ -22,6 +22,8 @@ function drawSystem()
start.o = false
elseif start.o == false then
start.o = true
+ msg.new = true
+ table.insert(msg.msgs, 1, "HEY YOU")
end
end
if start.o == true and sys.mouse.p.p == true and sys.mouse.p.x > 255 or sys.mouse.p.y < sys.h-380 then