2021-05-08 13:22:37 +02:00
|
|
|
[gd_scene load_steps=2 format=2]
|
2021-05-08 12:51:30 +02:00
|
|
|
|
2021-05-08 13:22:37 +02:00
|
|
|
[ext_resource path="res://scenes/UI/About.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
|
|
[node name="About" type="Node"]
|
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
|
|
[node name="GRem" type="Label" parent="."]
|
|
|
|
|
margin_left = 150.0
|
|
|
|
|
margin_top = 150.0
|
|
|
|
|
margin_right = 416.0
|
|
|
|
|
margin_bottom = 181.0
|
|
|
|
|
text = "Lead Develop : GRem -- VAILLANT Jérémy
|
|
|
|
|
"
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[node name="Stilobique" type="Label" parent="."]
|
|
|
|
|
margin_left = 300.0
|
|
|
|
|
margin_top = 300.0
|
|
|
|
|
margin_right = 583.0
|
|
|
|
|
margin_bottom = 331.0
|
|
|
|
|
text = "Lead Artist : Stilobique -- VAILLANT Aurelien"
|
2021-05-08 12:51:30 +02:00
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
2021-05-08 13:22:37 +02:00
|
|
|
|
|
|
|
|
[node name="Return" type="LinkButton" parent="."]
|
|
|
|
|
margin_right = 40.0
|
|
|
|
|
margin_bottom = 14.0
|
|
|
|
|
text = "back"
|
|
|
|
|
__meta__ = {
|
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[connection signal="pressed" from="Return" to="." method="_on_Return_pressed"]
|