1
Fork 0
mirror of https://github.com/Steffo99/nanogolf.git synced 2024-11-22 08:04:21 +00:00
algodist-steffo-nanogolf/scenes/score_label.tscn

16 lines
424 B
Text
Raw Normal View History

2024-03-19 02:55:32 +00:00
[gd_scene load_steps=2 format=3 uid="uid://cet7wi57k8gd0"]
[ext_resource type="Script" path="res://scenes/score_label.gd" id="1_yia33"]
[node name="ScoreLabel" type="RichTextLabel"]
custom_minimum_size = Vector2(20, 0)
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
bbcode_enabled = true
text = "[right][b]9[/b][/right]"
fit_content = true
script = ExtResource("1_yia33")