education-apps/flashmaths/start_scene.tscn

47 lines
1.0 KiB
Plaintext
Raw Normal View History

2022-12-13 12:07:50 +00:00
[gd_scene format=2]
[node name="StartScreen" type="CanvasLayer"]
2022-12-18 09:46:51 +00:00
[node name="Panel" type="Panel" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_lock_": true
}
2022-12-21 16:18:17 +00:00
[node name="PlaytimeLabel" type="Label" parent="Panel"]
2022-12-18 09:46:51 +00:00
margin_left = 400.0
margin_top = 22.0
margin_right = 642.0
margin_bottom = 36.0
2022-12-21 16:18:17 +00:00
text = "How long are we practising for today?"
2022-12-18 09:46:51 +00:00
2022-12-21 16:18:17 +00:00
[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
2022-12-18 09:46:51 +00:00
text = "5 Minutes"
2022-12-21 16:18:17 +00:00
[node name="10MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
margin_left = 268.0
margin_right = 352.0
margin_bottom = 62.0
2022-12-18 09:46:51 +00:00
text = "10 Minutes"
2022-12-21 16:18:17 +00:00
[node name="15MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
margin_left = 356.0
margin_right = 440.0
margin_bottom = 62.0
2022-12-18 09:46:51 +00:00
text = "15 Minutes"