Files
puzzle-quest/scenes/UI/About.tscn
T

38 lines
810 B
Plaintext
Raw Normal View History

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 15:54:58 +02:00
[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\")
"
2021-05-08 13:22:37 +02:00
[node name="About" type="Node"]
2021-05-08 15:54:58 +02:00
script = SubResource( 1 )
2021-05-08 13:22:37 +02:00
[node name="GRem" type="Label" parent="."]
2021-05-08 15:16:28 +02:00
margin_left = 350.0
2021-05-08 13:22:37 +02:00
margin_top = 150.0
2021-05-08 15:16:28 +02:00
margin_right = 616.0
2021-05-08 13:22:37 +02:00
margin_bottom = 181.0
text = "Lead Develop : GRem -- VAILLANT Jérémy
"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Stilobique" type="Label" parent="."]
2021-05-08 15:16:28 +02:00
margin_left = 500.0
2021-05-08 13:22:37 +02:00
margin_top = 300.0
2021-05-08 15:16:28 +02:00
margin_right = 783.0
2021-05-08 13:22:37 +02:00
margin_bottom = 331.0
text = "Lead Artist : Stilobique -- VAILLANT Aurelien"
2021-05-08 12:51:30 +02:00
__meta__ = {
"_edit_use_anchors_": false
}