1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -04:00

Renamed /assets to /sprites

This commit is contained in:
Anthony Wilcox 2019-04-29 22:51:46 -04:00
parent cd29182f1f
commit 6dd20ff447
145 changed files with 314 additions and 309 deletions

View file

@ -1,24 +1,25 @@
[gd_scene load_steps=20 format=2]
[ext_resource path="res://assets/classic/briefs_classic.png" type="Texture" id=1]
[ext_resource path="res://sprites/classic/briefs_classic.png" type="Texture" id=1]
[ext_resource path="res://src/ItemDrag.gd" type="Script" id=2]
[ext_resource path="res://assets/classic/z_briefs_classic.png" type="Texture" id=3]
[ext_resource path="res://assets/classic/fundosi_classic.png" type="Texture" id=4]
[ext_resource path="res://assets/jeans.png" type="Texture" id=5]
[ext_resource path="res://assets/dj_shorts.png" type="Texture" id=6]
[ext_resource path="res://assets/sweat_pants.png" type="Texture" id=7]
[ext_resource path="res://assets/blue_camo_jeans.png" type="Texture" id=8]
[ext_resource path="res://assets/beat_up_jeans.png" type="Texture" id=9]
[ext_resource path="res://assets/old_sweatshirt.png" type="Texture" id=10]
[ext_resource path="res://assets/dj_shirt.png" type="Texture" id=11]
[ext_resource path="res://assets/raw_shirt.png" type="Texture" id=12]
[ext_resource path="res://assets/atomic_shirt.png" type="Texture" id=13]
[ext_resource path="res://assets/z_shirt.png" type="Texture" id=14]
[ext_resource path="res://assets/biker_jacket.png" type="Texture" id=15]
[ext_resource path="res://assets/whatsnew_shirt.png" type="Texture" id=16]
[ext_resource path="res://assets/train_hoodie.png" type="Texture" id=17]
[ext_resource path="res://assets/classic/camera_classic.png" type="Texture" id=18]
[ext_resource path="res://assets/classic/owo_censor_classic.png" type="Texture" id=19]
[ext_resource path="res://sprites/classic/z_briefs_classic.png" type="Texture" id=3]
[ext_resource path="res://sprites/classic/fundosi_classic.png" type="Texture" id=4]
[ext_resource path="res://sprites/jeans.png" type="Texture" id=5]
[ext_resource path="res://sprites/dj_shorts.png" type="Texture" id=6]
[ext_resource path="res://sprites/sweat_pants.png" type="Texture" id=7]
[ext_resource path="res://sprites/blue_camo_jeans.png" type="Texture" id=8]
[ext_resource path="res://sprites/beat_up_jeans.png" type="Texture" id=9]
[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=10]
[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=11]
[ext_resource path="res://sprites/raw_shirt.png" type="Texture" id=12]
[ext_resource path="res://sprites/atomic_shirt.png" type="Texture" id=13]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=14]
[ext_resource path="res://sprites/biker_jacket.png" type="Texture" id=15]
[ext_resource path="res://sprites/whatsnew_shirt.png" type="Texture" id=16]
[ext_resource path="res://sprites/train_hoodie.png" type="Texture" id=17]
[ext_resource path="res://sprites/classic/camera_classic.png" type="Texture" id=18]
[ext_resource path="res://sprites/classic/owo_censor_classic.png" type="Texture" id=19]
[node name="Clothes" type="Control"]