Update sPhone.lua
This commit is contained in:
parent
58477f5574
commit
9715b84f2e
1 changed files with 5 additions and 7 deletions
|
@ -9,13 +9,11 @@ local function crash(err)
|
||||||
term.clear()
|
term.clear()
|
||||||
term.setCursorPos(1,2)
|
term.setCursorPos(1,2)
|
||||||
term.setTextColor(colors.white)
|
term.setTextColor(colors.white)
|
||||||
print(
|
print(" ###")
|
||||||
" ###",
|
print(" # ")
|
||||||
" # ",
|
print(" ###")
|
||||||
" ###",
|
print(" #")
|
||||||
" #",
|
print(" ###")
|
||||||
" ###",
|
|
||||||
)
|
|
||||||
print("")
|
print("")
|
||||||
print("sPhone crash: ")
|
print("sPhone crash: ")
|
||||||
print(err)
|
print(err)
|
||||||
|
|
Loading…
Reference in a new issue