47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
[gd_scene format=2]
|
|
|
|
[node name="StartScreen" type="CanvasLayer"]
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="PlaytimeLabel" type="Label" parent="Panel"]
|
|
margin_left = 400.0
|
|
margin_top = 22.0
|
|
margin_right = 642.0
|
|
margin_bottom = 36.0
|
|
text = "How long are we practising for today?"
|
|
|
|
[node name="TimerContainer" type="HBoxContainer" parent="Panel"]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
margin_left = -314.5
|
|
margin_top = -31.0
|
|
margin_right = 314.5
|
|
margin_bottom = 31.0
|
|
alignment = 1
|
|
|
|
[node name="5MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
|
margin_left = 188.0
|
|
margin_right = 264.0
|
|
margin_bottom = 62.0
|
|
text = "5 Minutes"
|
|
|
|
[node name="10MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
|
margin_left = 268.0
|
|
margin_right = 352.0
|
|
margin_bottom = 62.0
|
|
text = "10 Minutes"
|
|
|
|
[node name="15MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
|
margin_left = 356.0
|
|
margin_right = 440.0
|
|
margin_bottom = 62.0
|
|
text = "15 Minutes"
|