Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created May 6, 2009 19:42
Show Gist options
  • Select an option

  • Save NakedMoleRatScientist/107693 to your computer and use it in GitHub Desktop.

Select an option

Save NakedMoleRatScientist/107693 to your computer and use it in GitHub Desktop.
class GameLaw < CharactersLaw
include CP
def initialize engine
super engine
@space.gravity = vec2(0,0)
end
def compute
super
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment