lib/Gosuplus/drawable.rb in Gosuplus-1.0 vs lib/Gosuplus/drawable.rb in Gosuplus-1.0.1
- old
+ new
@@ -1,5 +1,7 @@
-module Drawable
- def draw
- @image.draw(@body.position.x, @body.position.y, @body.position.z)
+module Gosuplus
+ module Drawable
+ def draw
+ @image.draw(@body.position.x, @body.position.y, @body.position.z)
+ end
end
end
\ No newline at end of file