class Works::HUDText
- Works::HUDText
- Reference
- Object
Defined in:
works/hud_text.crConstant Summary
-
BackgroundColor =
LibAllegro.premul_rgba_f(0, 0, 0, 0.69)
-
Margin =
5 * Screen.scale_factor
-
Padding =
3 * Screen.scale_factor
-
TextColor =
LibAllegro.premul_rgba_f(0, 1, 0, 0.69)
Constructors
Instance Method Summary
- #draw(x, y)
- #draw_background(x, y)
- #draw_from_bottom(x, y)
- #draw_from_right(x, y)
- #draw_text(x, y)
- #inner_height
- #inner_width
- #outer_height
- #outer_width
- #text : String
- #text_height : Int32
- #text_width : Int32