128 lines
3.3 KiB
Text
128 lines
3.3 KiB
Text
[gd_scene load_steps=6 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"]
|
|
[ext_resource type="Texture2D" uid="uid://btq8e7ujqqf5x" path="res://2DArt/credits/CreditsMenu.png" id="4_pfycf"]
|
|
[ext_resource type="Texture2D" uid="uid://bbhehdpnnyjah" path="res://splashes/mixamo.png" id="5_y641b"]
|
|
|
|
[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="CreditsMenu" type="Sprite2D" parent="."]
|
|
position = Vector2(576.443, 324)
|
|
scale = Vector2(0.951542, 0.951542)
|
|
texture = ExtResource("4_pfycf")
|
|
|
|
[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="Label9" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 554.0
|
|
offset_top = 457.0
|
|
offset_right = 617.0
|
|
offset_bottom = 483.0
|
|
text = "Mixamo"
|
|
|
|
[node name="Icon" type="Sprite2D" parent="."]
|
|
position = Vector2(357, 495)
|
|
scale = Vector2(0.742187, 0.742187)
|
|
texture = ExtResource("1_bq7vw")
|
|
|
|
[node name="Blender" type="Sprite2D" parent="."]
|
|
position = Vector2(787, 501)
|
|
scale = Vector2(0.194581, 0.194581)
|
|
texture = ExtResource("2_0dbbk")
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 863.0
|
|
offset_top = 81.0
|
|
offset_right = 894.0
|
|
offset_bottom = 112.0
|
|
text = "X"
|
|
flat = true
|
|
|
|
[node name="Mixamo" type="Sprite2D" parent="."]
|
|
position = Vector2(363, 260)
|
|
scale = Vector2(0.239125, 0.239125)
|
|
texture = ExtResource("5_y641b")
|
|
|
|
[node name="playtesterButton" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 538.0
|
|
offset_top = 501.0
|
|
offset_right = 636.0
|
|
offset_bottom = 538.0
|
|
text = "Playtesters"
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|
|
[connection signal="pressed" from="playtesterButton" to="." method="_on_playtester_button_pressed"]
|