1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-10 05:17:42 +00:00

builder using command computer

This commit is contained in:
kepler155c@gmail.com
2017-09-04 17:41:46 -04:00
parent 3a5da45877
commit 2b1d96ab37
6 changed files with 1461 additions and 2102 deletions

View File

@@ -30,7 +30,7 @@ term.setCursorPos(1, 1)
print('Starting OS')
print()
print('Press any key for menu')
local timerId = os.startTimer(.75)
local timerId = os.startTimer(1.5)
while true do
local e, id = os.pullEvent()
if e == 'timer' and id == timerId then