mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-27 00:54:43 -04:00
Removed unused code
This commit is contained in:
parent
6eaa5e08e0
commit
81eb2da449
9 changed files with 11 additions and 230 deletions
|
@ -1,20 +1,18 @@
|
|||
[gd_scene load_steps=6 format=2]
|
||||
[gd_scene load_steps=5 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.cs" type="Script" id=5]
|
||||
[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"]
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
margin_left = 33.0
|
||||
margin_top = 19.0
|
||||
margin_right = 320.0
|
||||
margin_bottom = 206.0
|
||||
theme = ExtResource( 2 )
|
||||
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."
|
||||
|
||||
|
@ -24,7 +22,7 @@ anchor_right = 0.5
|
|||
margin_left = -159.0
|
||||
margin_right = 160.0
|
||||
margin_bottom = 586.0
|
||||
theme = ExtResource( 2 )
|
||||
theme = ExtResource( 1 )
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "[center]Created by
|
||||
Anthony Wilcox
|
||||
|
@ -55,10 +53,10 @@ Made with
|
|||
Godot Engine
|
||||
"
|
||||
|
||||
[node name="Character" parent="." instance=ExtResource( 3 )]
|
||||
[node name="Character" parent="." instance=ExtResource( 2 )]
|
||||
position = Vector2( 68.8273, 256.845 )
|
||||
|
||||
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
|
||||
[node name="WinDialogs" parent="." instance=ExtResource( 3 )]
|
||||
|
||||
[node name="Music" type="AudioStreamPlayer" parent="."]
|
||||
script = ExtResource( 5 )
|
||||
script = ExtResource( 4 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue