summaryrefslogtreecommitdiffhomepage
path: root/components/02_label.rb
diff options
context:
space:
mode:
Diffstat (limited to 'components/02_label.rb')
-rw-r--r--components/02_label.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/02_label.rb b/components/02_label.rb
index 13544b7..f73b12c 100644
--- a/components/02_label.rb
+++ b/components/02_label.rb
@@ -1,3 +1,7 @@
+
+FelFlame::Components.new :Label, :x, :y, :text, :size_enum, :alignment_enum,
+ :a, :r, :g, :b, :font, :vertical_alignment_enum, primative_marker: :label
+=begin
class Components
# A dragonruby label wrapper
class Label < Helper::BaseComponent
@@ -25,3 +29,4 @@ class Components
end
end
end
+end