diff options
author | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-24 21:47:25 -0400 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@fryzekconcepts.com> | 2023-09-24 21:47:25 -0400 |
commit | 76660c93401e09042bbd2b73325428b839fcdfc2 (patch) | |
tree | a5d3751160ca6a5d5f85046a0287d82632e64bd8 /scenes | |
parent | 98dcf44062b92bf4f17b5e705257154413159880 (diff) |
Add seed tracker
Diffstat (limited to 'scenes')
-rw-r--r-- | scenes/main.tscn | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/scenes/main.tscn b/scenes/main.tscn index f7c295f..9ece0e8 100644 --- a/scenes/main.tscn +++ b/scenes/main.tscn @@ -52,9 +52,10 @@ shape = SubResource("BoxShape3D_gtg8d") mesh = SubResource("PlaneMesh_ypd0i") skeleton = NodePath("../..") -[node name="Player" parent="." node_paths=PackedStringArray("stam_bar") instance=ExtResource("3_8dect")] +[node name="Player" parent="." node_paths=PackedStringArray("stam_bar", "seed_text") instance=ExtResource("3_8dect")] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 18.7109, 0, 0) stam_bar = NodePath("../StaminaBar") +seed_text = NodePath("../RichTextLabel/SeedText") [node name="StaticBody3D" type="StaticBody3D" parent="."] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 8.7194, 5, -6.35033) @@ -70,3 +71,19 @@ offset_left = 32.0 offset_top = 7.0 offset_right = 1103.0 offset_bottom = 34.0 + +[node name="RichTextLabel" type="RichTextLabel" parent="."] +offset_left = 34.0 +offset_top = 43.0 +offset_right = 201.0 +offset_bottom = 83.0 +text = "Seeds:" + +[node name="SeedText" type="RichTextLabel" parent="RichTextLabel"] +layout_mode = 0 +offset_left = 50.0 +offset_top = 2.0 +offset_right = 88.0 +offset_bottom = 42.0 +text = "0" +text_direction = 2 |