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 d3b5f1fc1c TextureButton is now the root scene
- Due to resize issues with the grid container, TextureButton is now the root for all wardrobe items
- Brought back underwear, with the exception of the owo censor (for now)
- Remove clothing buttons are tied to wardrobe
- Game scene now properly references the wardrobe again
2020-06-27 12:06:53 -04:00

46 lines
1.3 KiB
Text

[gd_scene load_steps=6 format=2]
[ext_resource path="res://scenes/characterBase.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/pause.tscn" type="PackedScene" id=2]
[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
[node name="PauseScn" parent="UI/Base" instance=ExtResource( 2 )]
visible = false
margin_left = -150.0
margin_top = -20.0
margin_right = -150.0
margin_bottom = -20.0