test-client-godot/scenes/GUI/HUD/rich_text_label.gd

5 lines
110 B
GDScript3
Raw Permalink Normal View History

2018-08-18 08:22:19 +00:00
extends RichTextLabel
func _process(delta):
2018-08-19 09:58:35 +00:00
self.rect_min_size.y = global.font_size + global.font_size/2