1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 14:04:48 -04:00
dressupzack/Window.tscn
2018-12-30 05:37:55 -05:00

30 lines
794 B
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://assets/dress up bg.png" type="Texture" id=1]
[ext_resource path="res://assets/zack.png" type="Texture" id=2]
[ext_resource path="res://Clothes.tscn" type="PackedScene" id=3]
[ext_resource path="res://Interface.tscn" type="PackedScene" id=4]
[node name="Window" type="Node2D" index="0"]
[node name="Background" type="Sprite" parent="." index="0"]
position = Vector2( 400, 277 )
texture = ExtResource( 1 )
__meta__ = {
"_edit_lock_": true
}
[node name="Zack" type="Sprite" parent="." index="1"]
position = Vector2( 85, 352 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Clothes" parent="." index="2" instance=ExtResource( 3 )]
[node name="Interface" parent="." index="3" instance=ExtResource( 4 )]