Sha256: 771bf0cccbdf0714623e90742a8e554e71912ce846922ddfbb0ad5d8313b6c2d

Contents?: true

Size: 242 Bytes

Versions: 3

Compression:

Stored size: 242 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

3 entries across 3 versions & 1 rubygems

Version Path
Gosuplus-1.0.26 lib/Gosuplus/entity.rb
Gosuplus-1.0.25 lib/Gosuplus/entity.rb
Gosuplus-1.0.24 lib/Gosuplus/entity.rb