Skip to content

Instantly share code, notes, and snippets.

@whalec
Created May 28, 2010 03:52
Show Gist options
  • Save whalec/416723 to your computer and use it in GitHub Desktop.
Save whalec/416723 to your computer and use it in GitHub Desktop.
class Node
addToStage: ->
console.log "Add node to stage"
class Sprite extends Node
constructor: (url) ->
@url: url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment