worked on maths game
This commit is contained in:
parent
ed592a0688
commit
a1453de17f
@ -9,30 +9,38 @@ __meta__ = {
|
|||||||
"_edit_lock_": true
|
"_edit_lock_": true
|
||||||
}
|
}
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="Panel"]
|
[node name="PlaytimeLabel" type="Label" parent="Panel"]
|
||||||
margin_left = 400.0
|
margin_left = 400.0
|
||||||
margin_top = 22.0
|
margin_top = 22.0
|
||||||
margin_right = 642.0
|
margin_right = 642.0
|
||||||
margin_bottom = 36.0
|
margin_bottom = 36.0
|
||||||
text = "How long are wer practising for today?"
|
text = "How long are we practising for today?"
|
||||||
|
|
||||||
[node name="5MinPlayTIme" type="Button" parent="Panel"]
|
[node name="TimerContainer" type="HBoxContainer" parent="Panel"]
|
||||||
margin_left = 161.0
|
anchor_left = 0.5
|
||||||
margin_top = 162.0
|
anchor_top = 0.5
|
||||||
margin_right = 237.0
|
anchor_right = 0.5
|
||||||
margin_bottom = 182.0
|
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"
|
text = "5 Minutes"
|
||||||
|
|
||||||
[node name="10MinPlayTIme" type="Button" parent="Panel"]
|
[node name="10MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
||||||
margin_left = 318.0
|
margin_left = 268.0
|
||||||
margin_top = 179.0
|
margin_right = 352.0
|
||||||
margin_right = 402.0
|
margin_bottom = 62.0
|
||||||
margin_bottom = 199.0
|
|
||||||
text = "10 Minutes"
|
text = "10 Minutes"
|
||||||
|
|
||||||
[node name="15MinPlayTIme" type="Button" parent="Panel"]
|
[node name="15MinPlayTIme" type="Button" parent="Panel/TimerContainer"]
|
||||||
margin_left = 484.0
|
margin_left = 356.0
|
||||||
margin_top = 178.0
|
margin_right = 440.0
|
||||||
margin_right = 568.0
|
margin_bottom = 62.0
|
||||||
margin_bottom = 198.0
|
|
||||||
text = "15 Minutes"
|
text = "15 Minutes"
|
||||||
|
Loading…
Reference in New Issue
Block a user