diff options
| author | arngo <[email protected]> | 2021-12-26 22:33:19 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-26 22:33:19 -0500 |
| commit | 73d33929c11307f2589413a3901b574ccdc2a449 (patch) | |
| tree | 6799567bd7281abf0b87799bdd1bda2080908c17 /app/components/label.rb | |
| parent | 09fe8467d670a9eace7c0c60e21e5aa81fc0b8e9 (diff) | |
| parent | 930802e49e33c87ef0fd2f102b9205a4098878d3 (diff) | |
| download | SteelWings-73d33929c11307f2589413a3901b574ccdc2a449.tar.gz SteelWings-73d33929c11307f2589413a3901b574ccdc2a449.zip | |
Merge branch 'score-dev' into development
Diffstat (limited to 'app/components/label.rb')
| -rw-r--r-- | app/components/label.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/components/label.rb b/app/components/label.rb new file mode 100644 index 0000000..25b5529 --- /dev/null +++ b/app/components/label.rb @@ -0,0 +1,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 +}) |
