41 lines
973 B
Plaintext
41 lines
973 B
Plaintext
[gd_scene format=3 uid="uid://b2sxi77b1a7od"]
|
|
|
|
[node name="StartScreen" type="CanvasLayer"]
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="PlaytimeLabel" type="Label" parent="Panel"]
|
|
layout_mode = 0
|
|
offset_left = 400.0
|
|
offset_top = 22.0
|
|
offset_right = 642.0
|
|
offset_bottom = 36.0
|
|
text = "How long are we practising for today?"
|
|
|
|
[node name="TimerContainer" type="HBoxContainer" parent="Panel"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -314.5
|
|
offset_top = -31.0
|
|
offset_right = 314.5
|
|
offset_bottom = 31.0
|
|
alignment = 1
|
|
|
|
[node name="5MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
|
layout_mode = 2
|
|
text = "5 Minutes"
|
|
|
|
[node name="10MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
|
layout_mode = 2
|
|
text = "10 Minutes"
|
|
|
|
[node name="15MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
|
layout_mode = 2
|
|
text = "15 Minutes"
|