Advertisement
SirBaconBitz

Main.lua

Oct 10th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1. fekturd = require("fekturd")
  2. epdl = require("epdl")
  3. event = require("event")
  4.  
  5. dTable = epdl.getDestinations()
  6. fekturd.drawSomeTits("Skynet Railways", dTable,0x00FF00,0x0000FF,0xFF0000,1, 0xFFFF00)
  7.  
  8. while true do
  9.   e, a, b, c, d = event.pull()
  10.   if e == "touch" then
  11.     fekturd.sonicEars(e,a,b,c,d)
  12.   end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement