Files
puzzle-quest/scenes/UI/About.tscn
T
2021-05-08 16:00:51 +02:00

38 lines
810 B
Plaintext

[gd_scene load_steps=2 format=2]
[sub_resource type="GDScript" id=1]
script/source = "extends Node
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func _on_Return_pressed():
get_tree().change_scene(\"res://scenes/main.tscn\")
"
[node name="About" type="Node"]
script = SubResource( 1 )
[node name="GRem" type="Label" parent="."]
margin_left = 350.0
margin_top = 150.0
margin_right = 616.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 = 500.0
margin_top = 300.0
margin_right = 783.0
margin_bottom = 331.0
text = "Lead Artist : Stilobique -- VAILLANT Aurelien"
__meta__ = {
"_edit_use_anchors_": false
}