summaryrefslogtreecommitdiffhomepage
path: root/deprecated/components/04_map.rb
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/components/04_map.rb')
-rw-r--r--deprecated/components/04_map.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/deprecated/components/04_map.rb b/deprecated/components/04_map.rb
index 7700e9f..5d110f0 100644
--- a/deprecated/components/04_map.rb
+++ b/deprecated/components/04_map.rb
@@ -1,7 +1,8 @@
+# frozen_string_literal: true
+
class Components
# dragonruby label wrapper
class Map < Helper::BaseComponent
-
attr_accessor :json_name, :json, :x, :y, :tilewidth, :tileheight, :a, :r, :g, :b
def set(json_name: @json_name, x: @x, y: @y, tilewidth: @tilewidth,