mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 07:44:17 +00:00
24 lines
542 B
Text
24 lines
542 B
Text
|
[gd_scene load_steps=2 format=3 uid="uid://bokcnc0q0qqj3"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://score/scoreboard.gd" id="1_of77n"]
|
||
|
|
||
|
[node name="Control" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_of77n")
|
||
|
|
||
|
[node name="Label" type="Label" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_right = 40.0
|
||
|
offset_bottom = 23.0
|
||
|
text = "SCORE: "
|
||
|
|
||
|
[node name="VSlider" type="VSlider" parent="."]
|
||
|
layout_mode = 0
|
||
|
offset_right = 16.0
|
||
|
offset_bottom = 8.0
|