mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 05:54:49 -04:00
48 lines
1.4 KiB
Text
48 lines
1.4 KiB
Text
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://scripts/GameScn.gd" type="Script" id=1]
|
|
[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=2]
|
|
[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=3]
|
|
[ext_resource path="res://scenes/Clothes.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://scenes/PauseScn.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://scenes/Character.tscn" type="PackedScene" id=6]
|
|
|
|
[node name="GameScreen" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="PicFrame" type="Sprite" parent="."]
|
|
position = Vector2( 163.773, 119.752 )
|
|
texture = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
|
|
[node name="Light" type="Light2D" parent="PicFrame"]
|
|
position = Vector2( 35.118, -14.56 )
|
|
texture = ExtResource( 3 )
|
|
|
|
[node name="Character" parent="." instance=ExtResource( 6 )]
|
|
position = Vector2( 61.8154, 246.831 )
|
|
|
|
[node name="UI" type="CanvasLayer" parent="."]
|
|
|
|
[node name="Base" type="Control" parent="UI"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
__meta__ = {
|
|
"_edit_lock_": true,
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Wordrobe" parent="UI/Base" instance=ExtResource( 4 )]
|
|
margin_left = 276.0
|
|
margin_top = 36.0
|
|
margin_right = -20.0
|
|
margin_bottom = -37.0
|
|
|
|
[node name="PauseScn" parent="UI/Base" instance=ExtResource( 5 )]
|
|
visible = false
|
|
margin_left = -150.0
|
|
margin_top = -20.0
|
|
margin_right = -150.0
|
|
margin_bottom = -20.0
|