Advertisement
Momopo

PME

Sep 27th, 2020
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ANI = {}
  2. term.clear()
  3. ANI[1]="========================"
  4. ANI[2]="  _____  __  __ ______ "
  5. ANI[3]=" |  __ \|  \/  |  ____|"
  6. ANI[4]=" | |__) | \  / | |__   "
  7. ANI[5]=" |  ___/| |\/| |  __|  "
  8. ANI[6]=" | |    | |  | | |____ "
  9. ANI[7]=" |_|    |_|  |_|______|"
  10. ANI[8]="========================"
  11.  for i,f in pairs(ANI) do
  12.    frame = 1
  13.    term.write(f)
  14.    term.setCursorPos(1,i)
  15.    frame=frame+1
  16.    --print(i)
  17.    --sleep(0.0003)
  18.  
  19.  end
  20. print("Pale Mesa Electronics TM")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement