1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 05:54:49 -04:00
dressupzack/scenes/game.tscn
Anthony Foxclaw b470b9baef Removed singleton scripts
- Got rid of pause scene
2020-06-27 15:51:57 -04:00

38 lines
1.1 KiB
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scenes/characterBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/wardrobe.tscn" type="PackedScene" id=4]
[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=5]
[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=6]
[node name="GameScreen" type="Node2D"]
[node name="PicFrame" type="Sprite" parent="."]
position = Vector2( 163.773, 119.752 )
texture = ExtResource( 5 )
__meta__ = {
"_edit_group_": true
}
[node name="Light" type="Light2D" parent="PicFrame"]
position = Vector2( 35.118, -14.56 )
texture = ExtResource( 6 )
[node name="characterBase" parent="." instance=ExtResource( 1 )]
position = Vector2( 43, 250 )
[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