project_teddy/scenes/credits.tscn

116 lines
2.8 KiB
Text

[gd_scene load_steps=5 format=3 uid="uid://bqwgly88dfeg"]
[ext_resource type="Script" path="res://scripts/credits.gd" id="1_0ty5p"]
[ext_resource type="Texture2D" uid="uid://bg7x581ay4lr2" path="res://splashes/godot.svg" id="1_bq7vw"]
[ext_resource type="Texture2D" uid="uid://dqq5utsav3i1o" path="res://splashes/blender.svg" id="2_0dbbk"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lia3x"]
[node name="credits" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_0ty5p")
[node name="Panel" type="Panel" parent="."]
modulate = Color(0.298039, 0.298039, 0.298039, 1)
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -203.5
offset_top = -195.0
offset_right = 203.5
offset_bottom = 195.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_lia3x")
[node name="Label" type="Label" parent="."]
layout_mode = 0
offset_left = 535.0
offset_top = 176.0
offset_right = 641.0
offset_bottom = 202.0
text = "Project Teddy"
[node name="Label2" type="Label" parent="."]
layout_mode = 0
offset_left = 535.0
offset_top = 221.0
offset_right = 634.0
offset_bottom = 247.0
text = "Programmer"
[node name="Label3" type="Label" parent="."]
layout_mode = 0
offset_left = 544.0
offset_top = 244.0
offset_right = 624.0
offset_bottom = 270.0
text = "Paul Black"
[node name="Label4" type="Label" parent="."]
layout_mode = 0
offset_left = 562.0
offset_top = 284.0
offset_right = 605.0
offset_bottom = 310.0
text = "Artist"
[node name="Label5" type="Label" parent="."]
layout_mode = 0
offset_left = 531.0
offset_top = 309.0
offset_right = 643.0
offset_bottom = 335.0
text = "Jayden Wilkins"
[node name="Label6" type="Label" parent="."]
layout_mode = 0
offset_left = 530.0
offset_top = 369.0
offset_right = 643.0
offset_bottom = 395.0
text = "Software Used"
[node name="Label7" type="Label" parent="."]
layout_mode = 0
offset_left = 513.0
offset_top = 399.0
offset_right = 667.0
offset_bottom = 425.0
text = "Godot Game Engine"
[node name="Label8" type="Label" parent="."]
layout_mode = 0
offset_left = 555.0
offset_top = 428.0
offset_right = 616.0
offset_bottom = 454.0
text = "Blender"
[node name="Icon" type="Sprite2D" parent="."]
position = Vector2(429, 464)
scale = Vector2(0.742187, 0.742187)
texture = ExtResource("1_bq7vw")
[node name="Blender" type="Sprite2D" parent="."]
position = Vector2(716, 465)
scale = Vector2(0.194581, 0.194581)
texture = ExtResource("2_0dbbk")
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 380.0
offset_top = 136.0
offset_right = 411.0
offset_bottom = 167.0
text = "X"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]