Add basic scene interface

This commit is contained in:
VAILLANT Jeremy
2021-05-08 12:49:27 +02:00
parent 0d9c3eccdb
commit 2c1f5a0f93
3 changed files with 45 additions and 1 deletions
+42
View File
@@ -0,0 +1,42 @@
[gd_scene format=2]
[node name="Main" type="Node2D"]
[node name="Grid" type="GridContainer" parent="."]
margin_left = -1.33484
margin_right = 1022.67
margin_bottom = 600.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Title" type="Label" parent="Grid"]
margin_right = 151.0
margin_bottom = 14.0
text = "Athena - Hidden Object"
align = 1
valign = 1
[node name="New" type="LinkButton" parent="Grid"]
margin_top = 18.0
margin_right = 151.0
margin_bottom = 32.0
text = "Nouveau"
[node name="Continue" type="LinkButton" parent="Grid"]
margin_top = 36.0
margin_right = 151.0
margin_bottom = 50.0
text = "Reprendre"
[node name="About" type="LinkButton" parent="Grid"]
margin_top = 54.0
margin_right = 151.0
margin_bottom = 68.0
text = "Credit"
[node name="Quit" type="LinkButton" parent="Grid"]
margin_top = 72.0
margin_right = 151.0
margin_bottom = 86.0
text = "Quitter"