diff options
Diffstat (limited to 'app/lib/components/00_renderable.rb')
| -rw-r--r-- | app/lib/components/00_renderable.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/app/lib/components/00_renderable.rb b/app/lib/components/00_renderable.rb deleted file mode 100644 index 3971c8c..0000000 --- a/app/lib/components/00_renderable.rb +++ /dev/null @@ -1,16 +0,0 @@ -class Components - # If an entity can be rendered on screen - class Renderable < Helper::BaseComponent - attr_accessor :z - - def initialize - @z = 0 - end - - def set(**opts) - opts.each do |key, value| - self.send "#{key}=", value - end - end - end -end |
