summaryrefslogtreecommitdiffhomepage
path: root/app/components/label.rb
blob: 25b5529c702a3ae57c567aed273051f32632f7dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FF::Cmp.new("Label", props: {
  x: 0,
  y: 0,
  text: 'label',
  size_enum: 2,
  alignment_enum: 1,
  r: 255,
  g: 255,
  b: 255,
  a: 255,
  font: "font.ttf",
  vertical_alignment_enum: 0
})