class Logo < Game::Entity def initialize add_entity image: Assets.images.logo @image.position = @position end def draw @image.draw end end