[ create a new paste ] login | about

jcromartie

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by jcromartie:

Lua, pasted on Apr 17:
1
2
3
4
5
simplemode()

function init()
  y = 32
  rspeed = 0
...
view (37 lines)
Lua, pasted on Apr 15:
1
2
3
4
5
function init()
  sprites = loadimage('sprites.bmp')
  
  star_scroll = 0
  star_screens = 15
...
view (134 lines)