mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
110 lines
2.9 KiB
Text
110 lines
2.9 KiB
Text
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://styles/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://nodes/head.svg" type="Texture2D" id=2]
|
|
[ext_resource path="res://scenes/survey.gd" type="Script" id=3]
|
|
[ext_resource path="res://fonts/big.tres" type="FontFile" id=4]
|
|
[ext_resource path="res://fonts/default.tres" type="FontFile" id=5]
|
|
[ext_resource path="res://styles/alert_button.tres" type="StyleBox" id=6]
|
|
[ext_resource path="res://styles/alert_button_hover.tres" type="StyleBox" id=7]
|
|
|
|
[node name="Title" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 3 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color( 0, 0, 0, 1 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
offset_left = 854.463
|
|
offset_top = 234.592
|
|
offset_right = 1034.46
|
|
offset_bottom = 290.592
|
|
theme_override_fonts/font = ExtResource( 4 )
|
|
text = "Oh My Git!"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
offset_left = 774.698
|
|
offset_top = 297.059
|
|
offset_right = 1115.7
|
|
offset_bottom = 353.059
|
|
theme_override_fonts/font = ExtResource( 5 )
|
|
theme_override_colors/font_color = Color( 0.533333, 0.392157, 0.392157, 1 )
|
|
text = "by bleeptrack & blinry"
|
|
align = 1
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="head" type="Sprite2D" parent="."]
|
|
position = Vector2( 946.624, 163.148 )
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_left = -175.997
|
|
offset_top = -183.0
|
|
offset_right = 175.997
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Button2" type="Button" parent="VBoxContainer"]
|
|
offset_right = 351.0
|
|
offset_bottom = 39.0
|
|
text = "Quit"
|
|
|
|
[node name="VBoxContainer2" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -233.0
|
|
offset_top = -175.0
|
|
offset_right = 233.0
|
|
offset_bottom = 175.0
|
|
theme_override_constants/separation = 24
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer2"]
|
|
offset_right = 466.0
|
|
offset_bottom = 93.0
|
|
text = "Thank you very much for playing!
|
|
Please help us improve Oh My Git!
|
|
by filling out this survey:"
|
|
align = 1
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer2"]
|
|
offset_top = 117.0
|
|
offset_right = 466.0
|
|
offset_bottom = 156.0
|
|
focus_mode = 0
|
|
theme_override_styles/hover = ExtResource( 7 )
|
|
theme_override_styles/pressed = ExtResource( 7 )
|
|
theme_override_styles/focus = ExtResource( 7 )
|
|
theme_override_styles/normal = ExtResource( 6 )
|
|
focus_mode = 0
|
|
text = "To the survey /o/"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
[connection signal="pressed" from="VBoxContainer/Button2" to="." method="quit"]
|
|
[connection signal="pressed" from="VBoxContainer2/Button" to="." method="on_survey_pressed"]
|