mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 22:04:49 -04:00
I learned C# primarily for game development but held off switching to it on Godot 3 because it was still rough around edges - crashed way too many times. It seems to be working as it should as of 3.1.1 and that's why I'm rewriting all the GDScript portions in C# as much as possible. However, this does make it incompatible with the Steam version, as of this writing, until the Godot devs decide how they want to publish it in future updates.
62 lines
1.6 KiB
Text
62 lines
1.6 KiB
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1]
|
|
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=2]
|
|
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://src/Soundtrack.cs" type="Script" id=4]
|
|
|
|
[node name="Credits" type="Node"]
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
margin_left = 33.0
|
|
margin_top = 19.0
|
|
margin_right = 320.0
|
|
margin_bottom = 206.0
|
|
theme = ExtResource( 1 )
|
|
bbcode_text = "Nathan's Dress Up is a remake of Zack's Dress Up, a flash game created from 2006 to 2009. The character use to be a blue fox named Zack but was changed to a blue fennec named Nathan."
|
|
text = "Nathan's Dress Up is a remake of Zack's Dress Up, a flash game created from 2006 to 2009. The character use to be a blue fox named Zack but was changed to a blue fennec named Nathan."
|
|
|
|
[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( 1 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Created by
|
|
Anthony Wilcox
|
|
|
|
Music by
|
|
Michael Carey
|
|
|
|
Clothing inspired by
|
|
Megawolf77
|
|
Canon Rhode
|
|
Raier
|
|
|
|
Made with
|
|
Godot Engine
|
|
[/center]"
|
|
text = "Created by
|
|
Anthony Wilcox
|
|
|
|
Music by
|
|
Michael Carey
|
|
|
|
Clothing inspired by
|
|
Megawolf77
|
|
Canon Rhode
|
|
Raier
|
|
|
|
Made with
|
|
Godot Engine
|
|
"
|
|
|
|
[node name="Character" parent="." instance=ExtResource( 2 )]
|
|
position = Vector2( 68.8273, 256.845 )
|
|
|
|
[node name="WinDialogs" parent="." instance=ExtResource( 3 )]
|
|
|
|
[node name="Music" type="AudioStreamPlayer" parent="."]
|
|
script = ExtResource( 4 )
|