lib/Gosuplus/drawable_rot.rb in Gosuplus-1.0 vs lib/Gosuplus/drawable_rot.rb in Gosuplus-1.0.1

- old
+ new

@@ -1,5 +1,7 @@ -module DrawableRot - def draw - @image.draw_rot(@body.position.x, @body.position.y, @body.position.z, @body.a) +module Gosuplus + module DrawableRot + def draw + @image.draw_rot(@body.position.x, @body.position.y, @body.position.z, @body.a) + end end end \ No newline at end of file