1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-08 14:14:48 -04:00
dressupzack/project/scn/ClassicScn.tscn
Anthony Wilcox 05cc47e9d9 New title! Finally.
- Changing Nathan to a fennec, starting with the ears.
- Cleaned up README
2019-05-01 00:56:33 -04:00

31 lines
1,000 B
Text

[gd_scene load_steps=7 format=2]
[ext_resource path="res://src/GameScn.gd" type="Script" id=1]
[ext_resource path="res://sprites/classic_dress_up_bg.png" type="Texture" id=2]
[ext_resource path="res://sprites/lights.png" type="Texture" id=3]
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=4]
[ext_resource path="res://scn/ClassicClothes.tscn" type="PackedScene" id=5]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6]
[node name="GameScreen" type="Node"]
script = ExtResource( 1 )
[node name="Background" type="Sprite" parent="."]
position = Vector2( 400, 277 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Lights" type="Sprite" parent="."]
position = Vector2( 477.823, 100.811 )
texture = ExtResource( 3 )
__meta__ = {
"_edit_lock_": true
}
[node name="Nathan" parent="." instance=ExtResource( 4 )]
[node name="Clothes" parent="." instance=ExtResource( 5 )]
[node name="WinDialogs" parent="." instance=ExtResource( 6 )]