mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-20 05:24:43 -05:00
Imported some older sprites
- Scale window - Full body clothes - Config file for custom window size (game is tiny on my new display)
This commit is contained in:
parent
6d75d04fc3
commit
71dfa4d52f
56 changed files with 1187 additions and 1170 deletions
76
scenes/items.tres
Normal file
76
scenes/items.tres
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
[gd_resource type="SpriteFrames" load_steps=15 format=3 uid="uid://bhyon1s1op8ly"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://wfsffpk4h8p" path="res://sprites/clothes/sweat_pants.png" id="1_5mrf2"]
|
||||
[ext_resource type="Texture2D" uid="uid://b3xtl8c73nw30" path="res://sprites/clothes/beatup_jeans.png" id="2_0n07e"]
|
||||
[ext_resource type="Texture2D" uid="uid://bl8w5mjjo4i73" path="res://sprites/clothes/jeans.png" id="3_7udtq"]
|
||||
[ext_resource type="Texture2D" uid="uid://310b2835i5d8" path="res://sprites/clothes/dj_shirt.png" id="7_b8d0l"]
|
||||
[ext_resource type="Texture2D" uid="uid://5heuxqo78jns" path="res://sprites/clothes/fullbody/canonrhode.png" id="7_iagv2"]
|
||||
[ext_resource type="Texture2D" uid="uid://cgnumy58myojg" path="res://sprites/clothes/fullbody/coat.png" id="8_uraqp"]
|
||||
[ext_resource type="Texture2D" uid="uid://6y443cg1s6up" path="res://sprites/clothes/fullbody/edsoutfit.png" id="9_osdr5"]
|
||||
[ext_resource type="Texture2D" uid="uid://dt1tsnusorwv8" path="res://sprites/clothes/korm_shirt.png" id="10_81cd5"]
|
||||
[ext_resource type="Texture2D" uid="uid://crgedi1ppq2ow" path="res://sprites/clothes/fullbody/formal.png" id="10_uqjix"]
|
||||
[ext_resource type="Texture2D" uid="uid://b07kumnwr7c0w" path="res://sprites/clothes/fullbody/mario.png" id="11_ssvy5"]
|
||||
[ext_resource type="Texture2D" uid="uid://c8xa7sal3omnm" path="res://sprites/clothes/fullbody/schoolgirl.png" id="12_3wtcm"]
|
||||
[ext_resource type="Texture2D" uid="uid://b0sf2e2e5jfab" path="res://sprites/clothes/z_shirt.png" id="12_i81ab"]
|
||||
[ext_resource type="Texture2D" uid="uid://lxsoletgafdk" path="res://sprites/clothes/fullbody/snowboarding.png" id="13_wlerh"]
|
||||
[ext_resource type="Texture2D" uid="uid://cgxm7h4ukqpyh" path="res://sprites/clothes/fullbody/wendy.png" id="14_w0d1o"]
|
||||
|
||||
[resource]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("1_5mrf2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_0n07e")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("3_7udtq")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"bottoms",
|
||||
"speed": 1.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_iagv2")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("8_uraqp")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("9_osdr5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("10_uqjix")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("11_ssvy5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12_3wtcm")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("13_wlerh")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("14_w0d1o")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"fullbody",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("7_b8d0l")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("10_81cd5")
|
||||
}, {
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("12_i81ab")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"tops",
|
||||
"speed": 1.0
|
||||
}]
|
||||
Loading…
Add table
Add a link
Reference in a new issue