1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 06:14:48 -04:00
dressupzack/project/scn/CreditsScn.tscn
Anthony Wilcox 0d1cb030f7 Properly reference GameKit
- GameKit is now properly referenced using AutoLoad's root node instead of directly inheriting the Node because it redundent. I'm still learning. xD
- Removed Global Menu
- New icon, song, and font
- Use the engine's lighting
- Version
- SVG Sixam wordmark
2019-05-06 14:59:49 -04:00

62 lines
1.3 KiB
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://src/CreditsScn.gd" type="Script" id=1]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=3]
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=4]
[ext_resource path="res://src/Soundtrack.gd" type="Script" id=5]
[node name="Credits" type="Node"]
script = ExtResource( 1 )
[node name="Credits" type="RichTextLabel" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -159.0
margin_right = 160.0
margin_bottom = 586.0
theme = ExtResource( 2 )
bbcode_enabled = true
bbcode_text = "[center]Created by
Anthony Wilcox
Music by
Michael Carey
Clothing inspired by
Megawolf77
Canon Rhode
Raier
[img]sprites/sixam_wordmark.svg[/img]
sixam.xyz
[/center]"
text = "Created by
Anthony Wilcox
Music by
Michael Carey
Clothing inspired by
Megawolf77
Canon Rhode
Raier
sixam.xyz
"
[node name="Character" parent="." instance=ExtResource( 3 )]
position = Vector2( 68.8273, 256.845 )
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
[node name="Music" type="AudioStreamPlayer" parent="."]
script = ExtResource( 5 )
[node name="Version" type="Label" parent="."]
margin_left = 950.908
margin_top = 568.64
margin_right = 990.908
margin_bottom = 582.64
text = "Version"