sevivon

[DORMANT] multiplayer dreidel game for mobile devices w/ godot
git clone git://git.figbert.com/sevivon.git
Log | Files | Refs | README | LICENSE

commit b0c6ed8cc284988429a6cb1757fa0304162952fa
parent 2976dffe655aa811dd27d3941a60a0f7d23d4f1b
Author: FIGBERT <figbert@figbert.com>
Date:   Thu,  4 Feb 2021 15:16:35 -0800

Convert Label to RichTextLabel

The font size has also been increased from 32 to 48,
and it now scrolls with the feed.

Diffstat:
Msrc/scenes/main.tscn | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/scenes/main.tscn b/src/scenes/main.tscn @@ -4,17 +4,18 @@ [ext_resource path="res://assets/fonts/NotoSansUI.ttf" type="DynamicFontData" id=2] [sub_resource type="DynamicFont" id=1] -size = 32 +size = 48 font_data = ExtResource( 2 ) [node name="Base" type="Node"] script = ExtResource( 1 ) -[node name="Label" type="Label" parent="."] +[node name="Label" type="RichTextLabel" parent="."] +margin_top = 150.0 margin_right = 1080.0 margin_bottom = 2338.0 -custom_fonts/font = SubResource( 1 ) -valign = 1 +custom_fonts/normal_font = SubResource( 1 ) +scroll_following = true __meta__ = { "_edit_use_anchors_": false }