mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 05:54:49 -04:00
77 lines
1.5 KiB
Text
77 lines
1.5 KiB
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://scripts/CreditsScn.gd" type="Script" id=1]
|
|
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
|
|
[ext_resource path="res://scenes/Character.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=4]
|
|
|
|
[node name="Credits" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Credits" type="RichTextLabel" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -157.708
|
|
margin_top = 19.2924
|
|
margin_right = 161.292
|
|
margin_bottom = 587.292
|
|
theme = ExtResource( 2 )
|
|
custom_colors/default_color = Color( 0, 0, 0, 1 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Created by
|
|
Anthony Wilcox
|
|
|
|
Music by
|
|
Michael Carey
|
|
|
|
Clothing inspired by
|
|
Megawolf77
|
|
Canon Rhode
|
|
The Sims 4
|
|
Raier
|
|
|
|
Made with
|
|
Godot Engine
|
|
[/center]"
|
|
text = "Created by
|
|
Anthony Wilcox
|
|
|
|
Music by
|
|
Michael Carey
|
|
|
|
Clothing inspired by
|
|
Megawolf77
|
|
Canon Rhode
|
|
The Sims 4
|
|
Raier
|
|
|
|
Made with
|
|
Godot Engine
|
|
"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
|
|
|
|
[node name="version" type="Label" parent="."]
|
|
margin_left = 727.908
|
|
margin_top = 568.64
|
|
margin_right = 775.908
|
|
margin_bottom = 582.64
|
|
text = "Version"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="2D" type="CanvasLayer" parent="."]
|
|
|
|
[node name="Base" type="Node2D" parent="2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Character" parent="2D/Base" instance=ExtResource( 3 )]
|
|
position = Vector2( 12.748, 270.467 )
|