diff --git a/project/ClassicClothes.tscn b/project/ClassicClothes.tscn index 54b53af..df40f63 100644 --- a/project/ClassicClothes.tscn +++ b/project/ClassicClothes.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=18 format=2] +[gd_scene load_steps=19 format=2] [ext_resource path="res://assets/briefs_classic.png" type="Texture" id=1] [ext_resource path="res://src/ItemDrag.gd" type="Script" id=2] @@ -9,14 +9,15 @@ [ext_resource path="res://assets/blue_camo_jeans.png" type="Texture" id=7] [ext_resource path="res://assets/beat_up_jeans.png" type="Texture" id=8] [ext_resource path="res://assets/old_sweatshirt.png" type="Texture" id=9] -[ext_resource path="res://assets/raw_shirt.png" type="Texture" id=10] -[ext_resource path="res://assets/atomic_shirt.png" type="Texture" id=11] -[ext_resource path="res://assets/z_shirt.png" type="Texture" id=12] -[ext_resource path="res://assets/biker_jacket.png" type="Texture" id=13] -[ext_resource path="res://assets/whatsnew_shirt.png" type="Texture" id=14] -[ext_resource path="res://assets/train_hoodie.png" type="Texture" id=15] -[ext_resource path="res://assets/camera.png" type="Texture" id=16] -[ext_resource path="res://assets/owo_censor_classic.png" type="Texture" id=17] +[ext_resource path="res://assets/dj_shirt.png" type="Texture" id=10] +[ext_resource path="res://assets/raw_shirt.png" type="Texture" id=11] +[ext_resource path="res://assets/atomic_shirt.png" type="Texture" id=12] +[ext_resource path="res://assets/z_shirt.png" type="Texture" id=13] +[ext_resource path="res://assets/biker_jacket.png" type="Texture" id=14] +[ext_resource path="res://assets/whatsnew_shirt.png" type="Texture" id=15] +[ext_resource path="res://assets/train_hoodie.png" type="Texture" id=16] +[ext_resource path="res://assets/camera.png" type="Texture" id=17] +[ext_resource path="res://assets/owo_censor_classic.png" type="Texture" id=18] [node name="Clothes" type="Node"] @@ -263,7 +264,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 9 ) +texture_normal = ExtResource( 10 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -288,7 +289,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 10 ) +texture_normal = ExtResource( 11 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -313,7 +314,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 11 ) +texture_normal = ExtResource( 12 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -338,7 +339,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 12 ) +texture_normal = ExtResource( 13 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -363,7 +364,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 13 ) +texture_normal = ExtResource( 14 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -388,7 +389,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 14 ) +texture_normal = ExtResource( 15 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -413,7 +414,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 15 ) +texture_normal = ExtResource( 16 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -440,7 +441,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 16 ) +texture_normal = ExtResource( 17 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] @@ -465,7 +466,7 @@ toggle_mode = false enabled_focus_mode = 2 shortcut = null group = null -texture_normal = ExtResource( 17 ) +texture_normal = ExtResource( 18 ) script = ExtResource( 2 ) _sections_unfolded = [ "Textures" ] diff --git a/project/GameScreen.tscn b/project/GameScreen.tscn index 4d6e536..ac93505 100644 --- a/project/GameScreen.tscn +++ b/project/GameScreen.tscn @@ -7,7 +7,7 @@ [ext_resource path="res://Clothes.tscn" type="PackedScene" id=5] [ext_resource path="res://Interface.tscn" type="PackedScene" id=6] -[node name="GameScreen" type="Node"] +[node name="GameScreen" type="Node" index="0"] script = ExtResource( 1 )