Zixaphir is a tough boss

This commit is contained in:
Jordan Bates 2013-08-16 16:45:22 -07:00
parent 61b2a51836
commit c655bbcceb
3 changed files with 858 additions and 19 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -21,20 +21,21 @@ Banner =
'sub'
else
''}title"
Banner.custom(child).spellcheck = false
child.spellcheck = false
return
cb:
toggle: ->
toggle: do ->
types =
jpg: 227
png: 270
gif: 253
type = Object.keys(types)[Math.floor 3 * Math.random()]
num = Math.floor types[type] * Math.random()
@src = "//static.4chan.org/image/title/#{num}.#{type}"
->
type = Object.keys(types)[Math.floor 3 * Math.random()]
num = Math.floor types[type] * Math.random()
@src = "//static.4chan.org/image/title/#{num}.#{type}"
click: (e) ->
if e.ctrlKey