lib/Gosuplus/entity.rb in Gosuplus-1.0.21 vs lib/Gosuplus/entity.rb in Gosuplus-1.0.22
- old
+ new
@@ -1,15 +1,15 @@
module Gosuplus
class Entity
- attr_accessor :id
include DrawableRot
+ attr_accessor :id, :body
def initialize(pos, image)
@body = Body.new(pos, image.width, image.height)
@image = image
end
def update
-
+
end
end
end
\ No newline at end of file