Sha256: 02db4883e0bce0e44b43c1129d1781a5e1412e1c2a453c3e3edae1db461d805a
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
module Gosuplus class Entity 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
Gosuplus-1.0.23 | lib/Gosuplus/entity.rb |
Gosuplus-1.0.22 | lib/Gosuplus/entity.rb |