Skip to content

Instantly share code, notes, and snippets.

@taybenlor
Created August 10, 2011 08:14
Show Gist options
  • Save taybenlor/1136354 to your computer and use it in GitHub Desktop.
Save taybenlor/1136354 to your computer and use it in GitHub Desktop.
Too Many Pixies Enemy Update
update: ->
if @converting
this.convert() if ((ticks - @started_converting) > CONVERT_TIME)
else if (ticks - @moved_at) > SPEED[@type]
this.move()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment