shoDater/scenes/menu/credits.tscn

66 lines
1.7 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://c02rtrdoh04tx"]
[ext_resource type="Theme" uid="uid://yd1uwltn3go" path="res://scenes/global/assets/themes/dialogButton.tres" id="1_dk3p3"]
[ext_resource type="Script" path="res://scenes/menu/assets/scripts/returnToMenu.gd" id="2_lf3j5"]
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 1)
[node name="RichTextLabel" type="RichTextLabel" parent="ColorRect"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 50.0
offset_top = 50.0
offset_right = -50.0
offset_bottom = -50.0
grow_horizontal = 2
grow_vertical = 2
bbcode_enabled = true
text = "CREDITS
Created by Arzumify
Depicts Shounic as character
Image of VALVe HQ By Tim Eulitz - Own work, CC BY 4.0, [url=https://commons.wikimedia.org/w/index.php?curid=46976775]View on wikimedia[/url]
Image of shounic by... shounic, used with explicit permission
All other images are in the public domain
This game is dedicated to a friend who sadly passed away due to cancer. Support this game by donating to your local cancer research charity!
💛"
[node name="Button" type="Button" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -8.0
grow_horizontal = 2
grow_vertical = 0
theme = ExtResource("1_dk3p3")
text = "Return to menu"
script = ExtResource("2_lf3j5")
[connection signal="pressed" from="Button" to="Button" method="_on_pressed"]