1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-05 05:24:49 -04:00

Moved everything but addons and archive to /src

This commit is contained in:
Tony Bark 2024-01-17 05:32:08 -05:00
parent a4a7c62e79
commit 49dad999fd
409 changed files with 714 additions and 716 deletions

View file

@ -1,8 +0,0 @@
[gd_resource type="FontFile" load_steps=2 format=2]
[ext_resource path="res://fonts/kenny_bold.ttf" type="FontFile" id=1]
[resource]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -1,9 +0,0 @@
[gd_resource type="FontFile" load_steps=2 format=2]
[ext_resource path="res://fonts/kenny_pixel.ttf" type="FontFile" id=1]
[resource]
size = 25
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -12,11 +12,11 @@ config_version=5
config/name="Dress Up Zack"
config/version="1"
run/main_scene="res://scenes/game.tscn"
run/main_scene="res://src/scenes/game.tscn"
config/use_custom_user_dir=true
config/features=PackedStringArray("4.2")
boot_splash/bg_color=Color(0.8, 0.8, 0.4, 1)
boot_splash/image="res://icon.png"
boot_splash/image="res://src/sprites/logo.png"
config/icon="res://icon.png"
config/macos_native_icon="res://icon.icns"
config/windows_native_icon="res://icon.ico"
@ -24,7 +24,7 @@ name_sv="Tonys klä upp"
[autoload]
Config="*res://scripts/config.gd"
Config="*res://src/scripts/config.gd"
[debug]
@ -48,13 +48,12 @@ enabled=PackedStringArray("res://addons/fontawesome/plugin.cfg")
[file_customization]
folder_colors={
"res://addons/": "blue",
"res://fonts/": "teal",
"res://resources/": "orange",
"res://scenes/": "purple",
"res://scripts/": "green",
"res://sounds/": "pink",
"res://sprites/": "yellow"
"res://src/fonts/": "teal",
"res://src/resources/": "orange",
"res://src/scenes/": "purple",
"res://src/scripts/": "green",
"res://src/sounds/": "pink",
"res://src/sprites/": "yellow"
}
[filesystem]

Binary file not shown.

View file

@ -1,11 +0,0 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
[ext_resource path="res://sprites/ui/blue_button10.png" type="Texture" id=1]
[resource]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 49, 45 )
margin_left = 5.0
margin_right = 5.0
margin_top = 5.0
margin_bottom = 10.0

View file

@ -1,11 +0,0 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
[ext_resource path="res://sprites/ui/blue_button03.png" type="Texture" id=1]
[resource]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 190, 45 )
margin_left = 5.0
margin_right = 5.0
margin_top = 5.0
margin_bottom = 10.0

View file

@ -1,11 +0,0 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=2]
[ext_resource path="res://sprites/ui/blue_button00.png" type="Texture" id=1]
[resource]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 190, 49 )
margin_left = 5.0
margin_right = 5.0
margin_top = 5.0
margin_bottom = 10.0

View file

@ -1,6 +0,0 @@
[gd_resource type="Resource" load_steps=2 format=2]
[ext_resource path="res://scripts/character.gd" type="Script" id=1]
[resource]
script = ExtResource( 1 )

View file

@ -1,19 +0,0 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://b7wxfxu4mnq8r"
path="res://.godot/imported/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggvorbisstr"
[deps]
source_file="res://sounds/select_001.ogg"
dest_files=["res://.godot/imported/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

@ -1,19 +0,0 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://5jaaocj1kh"
path="res://.godot/imported/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggvorbisstr"
[deps]
source_file="res://sounds/select_006.ogg"
dest_files=["res://.godot/imported/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://bjn1uniciqgyt"
path="res://.godot/imported/kenny_bold.ttf-d1784f8630ea59e8453c826cae09870d.fontdata"
path="res://.godot/imported/kenny_bold.ttf-482484f054cb16536fa4559be80b4cfc.fontdata"
[deps]
source_file="res://fonts/kenny_bold.ttf"
dest_files=["res://.godot/imported/kenny_bold.ttf-d1784f8630ea59e8453c826cae09870d.fontdata"]
source_file="res://src/fonts/kenny_bold.ttf"
dest_files=["res://.godot/imported/kenny_bold.ttf-482484f054cb16536fa4559be80b4cfc.fontdata"]
[params]

View file

@ -0,0 +1,8 @@
[gd_resource type="FontFile" load_steps=2 format=3]
[ext_resource type="FontFile" uid="uid://bjn1uniciqgyt" path="res://src/fonts/kenny_bold.ttf" id="1"]
[resource]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://dvdce1h1xyhia"
path="res://.godot/imported/kenny_pixel.ttf-6bad74cd04c8372d95fe493c05a6434f.fontdata"
path="res://.godot/imported/kenny_pixel.ttf-54757b3d28db3ebfb5c3ec1c2a4cdf4e.fontdata"
[deps]
source_file="res://fonts/kenny_pixel.ttf"
dest_files=["res://.godot/imported/kenny_pixel.ttf-6bad74cd04c8372d95fe493c05a6434f.fontdata"]
source_file="res://src/fonts/kenny_pixel.ttf"
dest_files=["res://.godot/imported/kenny_pixel.ttf-54757b3d28db3ebfb5c3ec1c2a4cdf4e.fontdata"]
[params]

View file

@ -0,0 +1,9 @@
[gd_resource type="FontFile" load_steps=2 format=3]
[ext_resource type="FontFile" uid="uid://dvdce1h1xyhia" path="res://src/fonts/kenny_pixel.ttf" id="1"]
[resource]
size = 25
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://dscofh82dioro"
path="res://.godot/imported/Montserrat-ExtraBold.otf-0253e1572b8e0b2dc0797a62338eaacf.fontdata"
path="res://.godot/imported/Montserrat-ExtraBold.otf-f651f793753ddfdb2c1e47097d961ffc.fontdata"
[deps]
source_file="res://fonts/montserrat/Montserrat-ExtraBold.otf"
dest_files=["res://.godot/imported/Montserrat-ExtraBold.otf-0253e1572b8e0b2dc0797a62338eaacf.fontdata"]
source_file="res://src/fonts/montserrat/Montserrat-ExtraBold.otf"
dest_files=["res://.godot/imported/Montserrat-ExtraBold.otf-f651f793753ddfdb2c1e47097d961ffc.fontdata"]
[params]

View file

@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://c27ym2a3hw84i"
path="res://.godot/imported/Roboto-Light.ttf-4966415f14875f0d53846bd103a9c332.fontdata"
path="res://.godot/imported/Roboto-Light.ttf-f1da56b9b08e442dbc8aff252dbaa9e6.fontdata"
[deps]
source_file="res://fonts/roboto/Roboto-Light.ttf"
dest_files=["res://.godot/imported/Roboto-Light.ttf-4966415f14875f0d53846bd103a9c332.fontdata"]
source_file="res://src/fonts/roboto/Roboto-Light.ttf"
dest_files=["res://.godot/imported/Roboto-Light.ttf-f1da56b9b08e442dbc8aff252dbaa9e6.fontdata"]
[params]

View file

@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://cmmlq15tk1v8p"
path="res://.godot/imported/Roboto-Medium.ttf-84087e010095b03d60df198177373c42.fontdata"
path="res://.godot/imported/Roboto-Medium.ttf-fb0306ac8685d51c6d191b499c6afd7b.fontdata"
[deps]
source_file="res://fonts/roboto/Roboto-Medium.ttf"
dest_files=["res://.godot/imported/Roboto-Medium.ttf-84087e010095b03d60df198177373c42.fontdata"]
source_file="res://src/fonts/roboto/Roboto-Medium.ttf"
dest_files=["res://.godot/imported/Roboto-Medium.ttf-fb0306ac8685d51c6d191b499c6afd7b.fontdata"]
[params]

View file

@ -3,12 +3,12 @@
importer="font_data_dynamic"
type="FontFile"
uid="uid://1xwa6v57sya4"
path="res://.godot/imported/Roboto-Thin.ttf-b3cb29e0a40d9b8a641e0416d437de81.fontdata"
path="res://.godot/imported/Roboto-Thin.ttf-803aada29405452165ce767c8cf462ac.fontdata"
[deps]
source_file="res://fonts/roboto/Roboto-Thin.ttf"
dest_files=["res://.godot/imported/Roboto-Thin.ttf-b3cb29e0a40d9b8a641e0416d437de81.fontdata"]
source_file="res://src/fonts/roboto/Roboto-Thin.ttf"
dest_files=["res://.godot/imported/Roboto-Thin.ttf-803aada29405452165ce767c8cf462ac.fontdata"]
[params]

BIN
src/resources/Game.theme Normal file

Binary file not shown.

View file

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3]
[ext_resource type="Texture" uid="uid://daob20vko1758" path="res://src/sprites/ui/blue_button10.png" id="1"]
[resource]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 49, 45 )
margin_left = 5.0
margin_right = 5.0
margin_top = 5.0
margin_bottom = 10.0

View file

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3]
[ext_resource type="Texture" uid="uid://c0ukkpafl3wk1" path="res://src/sprites/ui/blue_button03.png" id="1"]
[resource]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 190, 45 )
margin_left = 5.0
margin_right = 5.0
margin_top = 5.0
margin_bottom = 10.0

View file

@ -0,0 +1,11 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3]
[ext_resource type="Texture" uid="uid://bj7vjwcg2r5li" path="res://src/sprites/ui/blue_button00.png" id="1"]
[resource]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 190, 49 )
margin_left = 5.0
margin_right = 5.0
margin_top = 5.0
margin_bottom = 10.0

View file

@ -1,6 +1,6 @@
[gd_resource type="StyleBoxTexture" load_steps=2 format=3 uid="uid://x0jwd3gc6sxi"]
[ext_resource type="Texture2D" uid="uid://cnuqli38s16o7" path="res://sprites/ui/grey_panel.png" id="1"]
[ext_resource type="Texture2D" uid="uid://cnuqli38s16o7" path="res://src/sprites/ui/grey_panel.png" id="1"]
[resource]
texture = ExtResource("1")

View file

@ -0,0 +1,6 @@
[gd_resource type="Resource" load_steps=2 format=3]
[ext_resource type="Script" path="res://src/scripts/character.gd" id="1"]
[resource]
script = ExtResource( 1 )

View file

@ -1,29 +1,29 @@
[gd_scene load_steps=28 format=3 uid="uid://detf8uwimqp3v"]
[ext_resource type="Script" path="res://scripts/character.gd" id="1_k1mtq"]
[ext_resource type="Texture2D" uid="uid://cddou4chwo8h2" path="res://sprites/character/tail/tail0.svg" id="2"]
[ext_resource type="Texture2D" uid="uid://cnd3v8cerplqq" path="res://sprites/character/tail/tail1.svg" id="3"]
[ext_resource type="Texture2D" uid="uid://djv0p7rxujbd4" path="res://sprites/character/tail/tail2.svg" id="4"]
[ext_resource type="Texture2D" uid="uid://3rmb0kj376t1" path="res://sprites/character/zack.png" id="5_i8wm6"]
[ext_resource type="Texture2D" uid="uid://dnwdyi2d46hsm" path="res://sprites/character/eyes/eyes1.png" id="6"]
[ext_resource type="Texture2D" uid="uid://cbr37emgh11is" path="res://sprites/character/eyes/eyes2.png" id="7"]
[ext_resource type="Texture2D" uid="uid://ceifal0sxn0r7" path="res://sprites/character/eyes/eyes3.png" id="8"]
[ext_resource type="Texture2D" uid="uid://dujbine82hf7h" path="res://sprites/character/eyes/eyes4.png" id="9"]
[ext_resource type="Texture2D" uid="uid://cbptix4hhenyv" path="res://sprites/character/eyes/eyes5.png" id="10"]
[ext_resource type="Texture2D" uid="uid://h4v32qrsoyei" path="res://sprites/character/eyes/eyes6.png" id="11"]
[ext_resource type="Texture2D" uid="uid://c2vksbtifnlvp" path="res://sprites/character/eyes/eyes7.png" id="12"]
[ext_resource type="Texture2D" uid="uid://bmi3sw4kfrc24" path="res://sprites/character/mouth/mouth.png" id="13"]
[ext_resource type="Texture2D" uid="uid://cja33yr77jh7y" path="res://sprites/character/mouth/mouth2.png" id="14"]
[ext_resource type="Texture2D" uid="uid://c6whcdnm7vvt5" path="res://sprites/character/mouth/mouth3.png" id="15"]
[ext_resource type="Texture2D" uid="uid://dsagc5skojho1" path="res://sprites/character/mouth/mouth4.png" id="16"]
[ext_resource type="Texture2D" uid="uid://dtul4g1ptm2mh" path="res://sprites/character/mouth/mouth5.png" id="17"]
[ext_resource type="Texture2D" uid="uid://b5b7y8vovbnto" path="res://sprites/character/mouth/mouth6.png" id="18"]
[ext_resource type="Texture2D" uid="uid://hmm5lyshjv1c" path="res://sprites/character/mouth/mouth7.png" id="19"]
[ext_resource type="Texture2D" uid="uid://cyp032kswpjdf" path="res://sprites/character/mouth/mouth8.png" id="20"]
[ext_resource type="Texture2D" uid="uid://b8nfuuiqedapi" path="res://sprites/character/mouth/mouth9.png" id="21"]
[ext_resource type="Texture2D" uid="uid://ce3wk6a1dajrm" path="res://sprites/character/mouth/mouth10.png" id="22"]
[ext_resource type="Texture2D" uid="uid://2wrx272o3gsa" path="res://sprites/character/mouth/mouth12.png" id="23"]
[ext_resource type="Texture2D" uid="uid://bw7u6fgygd8t" path="res://sprites/character/mouth/mouth11.png" id="28"]
[ext_resource type="Script" path="res://src/scripts/character.gd" id="1_k1mtq"]
[ext_resource type="Texture2D" uid="uid://cddou4chwo8h2" path="res://src/sprites/character/tail/tail0.svg" id="2"]
[ext_resource type="Texture2D" uid="uid://cnd3v8cerplqq" path="res://src/sprites/character/tail/tail1.svg" id="3"]
[ext_resource type="Texture2D" uid="uid://djv0p7rxujbd4" path="res://src/sprites/character/tail/tail2.svg" id="4"]
[ext_resource type="Texture2D" uid="uid://3rmb0kj376t1" path="res://src/sprites/character/zack.png" id="5_i8wm6"]
[ext_resource type="Texture2D" uid="uid://dnwdyi2d46hsm" path="res://src/sprites/character/eyes/eyes1.png" id="6"]
[ext_resource type="Texture2D" uid="uid://cbr37emgh11is" path="res://src/sprites/character/eyes/eyes2.png" id="7"]
[ext_resource type="Texture2D" uid="uid://ceifal0sxn0r7" path="res://src/sprites/character/eyes/eyes3.png" id="8"]
[ext_resource type="Texture2D" uid="uid://dujbine82hf7h" path="res://src/sprites/character/eyes/eyes4.png" id="9"]
[ext_resource type="Texture2D" uid="uid://cbptix4hhenyv" path="res://src/sprites/character/eyes/eyes5.png" id="10"]
[ext_resource type="Texture2D" uid="uid://h4v32qrsoyei" path="res://src/sprites/character/eyes/eyes6.png" id="11"]
[ext_resource type="Texture2D" uid="uid://c2vksbtifnlvp" path="res://src/sprites/character/eyes/eyes7.png" id="12"]
[ext_resource type="Texture2D" uid="uid://bmi3sw4kfrc24" path="res://src/sprites/character/mouth/mouth.png" id="13"]
[ext_resource type="Texture2D" uid="uid://cja33yr77jh7y" path="res://src/sprites/character/mouth/mouth2.png" id="14"]
[ext_resource type="Texture2D" uid="uid://c6whcdnm7vvt5" path="res://src/sprites/character/mouth/mouth3.png" id="15"]
[ext_resource type="Texture2D" uid="uid://dsagc5skojho1" path="res://src/sprites/character/mouth/mouth4.png" id="16"]
[ext_resource type="Texture2D" uid="uid://dtul4g1ptm2mh" path="res://src/sprites/character/mouth/mouth5.png" id="17"]
[ext_resource type="Texture2D" uid="uid://b5b7y8vovbnto" path="res://src/sprites/character/mouth/mouth6.png" id="18"]
[ext_resource type="Texture2D" uid="uid://hmm5lyshjv1c" path="res://src/sprites/character/mouth/mouth7.png" id="19"]
[ext_resource type="Texture2D" uid="uid://cyp032kswpjdf" path="res://src/sprites/character/mouth/mouth8.png" id="20"]
[ext_resource type="Texture2D" uid="uid://b8nfuuiqedapi" path="res://src/sprites/character/mouth/mouth9.png" id="21"]
[ext_resource type="Texture2D" uid="uid://ce3wk6a1dajrm" path="res://src/sprites/character/mouth/mouth10.png" id="22"]
[ext_resource type="Texture2D" uid="uid://2wrx272o3gsa" path="res://src/sprites/character/mouth/mouth12.png" id="23"]
[ext_resource type="Texture2D" uid="uid://bw7u6fgygd8t" path="res://src/sprites/character/mouth/mouth11.png" id="28"]
[sub_resource type="SpriteFrames" id="1"]
animations = [{
@ -123,7 +123,7 @@ script = ExtResource("1_k1mtq")
position = Vector2(-33.7592, 99.4079)
scale = Vector2(0.927713, 1)
sprite_frames = SubResource("1")
frame_progress = 0.0205252
frame_progress = 0.39546
[node name="Body" type="Sprite2D" parent="."]
position = Vector2(12, 81)
@ -132,9 +132,9 @@ texture = ExtResource("5_i8wm6")
[node name="Eyes" type="AnimatedSprite2D" parent="."]
position = Vector2(28.6857, -15.7785)
sprite_frames = SubResource("2")
frame_progress = 0.937796
frame_progress = 0.31273
[node name="Mouth" type="AnimatedSprite2D" parent="."]
position = Vector2(49.1195, -14.3155)
sprite_frames = SubResource("3")
frame_progress = 0.0578512
frame_progress = 0.432786

View file

@ -1,19 +1,19 @@
[gd_scene load_steps=15 format=3 uid="uid://cvr2aries2lhr"]
[ext_resource type="Script" path="res://scripts/game.gd" id="1_qt3fe"]
[ext_resource type="Texture2D" uid="uid://33g80p0qnfw4" path="res://sprites/world/background.svg" id="1_uee2i"]
[ext_resource type="Texture2D" uid="uid://bi7ayrxnn7hex" path="res://sprites/world/icrazy_frame.svg" id="2_n1kmf"]
[ext_resource type="Texture2D" uid="uid://cmv58t1dfgsov" path="res://sprites/world/stand.svg" id="2_q0w7j"]
[ext_resource type="Texture2D" uid="uid://d1u3w61r0uv7p" path="res://sprites/world/boxersOfAmericaFrame.png" id="4_327cy"]
[ext_resource type="PackedScene" uid="uid://detf8uwimqp3v" path="res://scenes/character.tscn" id="6_tdil0"]
[ext_resource type="SpriteFrames" uid="uid://bhyon1s1op8ly" path="res://scenes/items.tres" id="7_3ykci"]
[ext_resource type="StyleBox" uid="uid://by6foat5q5d8b" path="res://sprites/ui/button_style.tres" id="11_a038t"]
[ext_resource type="Script" path="res://src/scripts/game.gd" id="1_qt3fe"]
[ext_resource type="Texture2D" uid="uid://33g80p0qnfw4" path="res://src/sprites/world/background.svg" id="1_uee2i"]
[ext_resource type="Texture2D" uid="uid://bi7ayrxnn7hex" path="res://src/sprites/world/icrazy_frame.svg" id="2_n1kmf"]
[ext_resource type="Texture2D" uid="uid://cmv58t1dfgsov" path="res://src/sprites/world/stand.svg" id="2_q0w7j"]
[ext_resource type="Texture2D" uid="uid://d1u3w61r0uv7p" path="res://src/sprites/world/boxersOfAmericaFrame.png" id="4_327cy"]
[ext_resource type="PackedScene" uid="uid://detf8uwimqp3v" path="res://src/scenes/character.tscn" id="6_tdil0"]
[ext_resource type="SpriteFrames" uid="uid://bhyon1s1op8ly" path="res://src/scenes/items.tres" id="7_3ykci"]
[ext_resource type="StyleBox" uid="uid://by6foat5q5d8b" path="res://src/sprites/ui/button_style.tres" id="11_a038t"]
[ext_resource type="FontFile" uid="uid://cnddkn05b5fj" path="res://addons/fontawesome/fonts/fa-solid-900.woff2" id="11_e3r4r"]
[ext_resource type="SystemFont" uid="uid://dfre5a3mywuhy" path="res://sprites/ui/comic_sans.tres" id="12_0f8fj"]
[ext_resource type="SystemFont" uid="uid://dfre5a3mywuhy" path="res://src/sprites/ui/comic_sans.tres" id="12_0f8fj"]
[ext_resource type="Script" path="res://addons/fontawesome/FontAwesome.gd" id="12_o3hu5"]
[ext_resource type="Texture2D" uid="uid://clakkue2mohs4" path="res://sprites/ui/greenBtn.png" id="14_yk2bu"]
[ext_resource type="Texture2D" uid="uid://cd8mirubbhn10" path="res://sprites/ui/redBtn.png" id="15_g5gd1"]
[ext_resource type="Texture2D" uid="uid://wr3ns0ywb75q" path="res://sprites/logo.png" id="16_y58oj"]
[ext_resource type="Texture2D" uid="uid://clakkue2mohs4" path="res://src/sprites/ui/greenBtn.png" id="14_yk2bu"]
[ext_resource type="Texture2D" uid="uid://cd8mirubbhn10" path="res://src/sprites/ui/redBtn.png" id="15_g5gd1"]
[ext_resource type="Texture2D" uid="uid://wr3ns0ywb75q" path="res://src/sprites/logo.png" id="16_y58oj"]
[node name="Game" type="Node"]
script = ExtResource("1_qt3fe")

View file

@ -1,21 +1,21 @@
[gd_resource type="SpriteFrames" load_steps=17 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://bhgvidynd582a" path="res://sprites/clothes/retro_shirt.svg" id="8_cd0je"]
[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://qvwv0sdwl5u4" path="res://sprites/clothes/fullsnack_shirt.svg" id="11_hmki5"]
[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"]
[ext_resource type="Texture2D" uid="uid://wfsffpk4h8p" path="res://src/sprites/clothes/sweat_pants.png" id="1_5mrf2"]
[ext_resource type="Texture2D" uid="uid://b3xtl8c73nw30" path="res://src/sprites/clothes/beatup_jeans.png" id="2_0n07e"]
[ext_resource type="Texture2D" uid="uid://bl8w5mjjo4i73" path="res://src/sprites/clothes/jeans.png" id="3_7udtq"]
[ext_resource type="Texture2D" uid="uid://310b2835i5d8" path="res://src/sprites/clothes/dj_shirt.png" id="7_b8d0l"]
[ext_resource type="Texture2D" uid="uid://5heuxqo78jns" path="res://src/sprites/clothes/fullbody/canonrhode.png" id="7_iagv2"]
[ext_resource type="Texture2D" uid="uid://bhgvidynd582a" path="res://src/sprites/clothes/retro_shirt.svg" id="8_cd0je"]
[ext_resource type="Texture2D" uid="uid://cgnumy58myojg" path="res://src/sprites/clothes/fullbody/coat.png" id="8_uraqp"]
[ext_resource type="Texture2D" uid="uid://6y443cg1s6up" path="res://src/sprites/clothes/fullbody/edsoutfit.png" id="9_osdr5"]
[ext_resource type="Texture2D" uid="uid://dt1tsnusorwv8" path="res://src/sprites/clothes/korm_shirt.png" id="10_81cd5"]
[ext_resource type="Texture2D" uid="uid://crgedi1ppq2ow" path="res://src/sprites/clothes/fullbody/formal.png" id="10_uqjix"]
[ext_resource type="Texture2D" uid="uid://qvwv0sdwl5u4" path="res://src/sprites/clothes/fullsnack_shirt.svg" id="11_hmki5"]
[ext_resource type="Texture2D" uid="uid://b07kumnwr7c0w" path="res://src/sprites/clothes/fullbody/mario.png" id="11_ssvy5"]
[ext_resource type="Texture2D" uid="uid://c8xa7sal3omnm" path="res://src/sprites/clothes/fullbody/schoolgirl.png" id="12_3wtcm"]
[ext_resource type="Texture2D" uid="uid://b0sf2e2e5jfab" path="res://src/sprites/clothes/z_shirt.png" id="12_i81ab"]
[ext_resource type="Texture2D" uid="uid://lxsoletgafdk" path="res://src/sprites/clothes/fullbody/snowboarding.png" id="13_wlerh"]
[ext_resource type="Texture2D" uid="uid://cgxm7h4ukqpyh" path="res://src/sprites/clothes/fullbody/wendy.png" id="14_w0d1o"]
[resource]
animations = [{

View file

@ -1,4 +1,3 @@
@tool
extends Node2D
@onready var _eyes = $Eyes

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://b7wxfxu4mnq8r"
path="res://.godot/imported/select_001.ogg-f48263c5b3a51e6c0612960d5793c817.oggvorbisstr"
[deps]
source_file="res://src/sounds/select_001.ogg"
dest_files=["res://.godot/imported/select_001.ogg-f48263c5b3a51e6c0612960d5793c817.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

@ -0,0 +1,19 @@
[remap]
importer="oggvorbisstr"
type="AudioStreamOggVorbis"
uid="uid://5jaaocj1kh"
path="res://.godot/imported/select_006.ogg-8fc518b4c641b57c280d911e508b7566.oggvorbisstr"
[deps]
source_file="res://src/sounds/select_006.ogg"
dest_files=["res://.godot/imported/select_006.ogg-8fc518b4c641b57c280d911e508b7566.oggvorbisstr"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dxpvahpmr14ty"
path="res://.godot/imported/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.ctex"
path="res://.godot/imported/character_base.png-15bf2b011eae2a68279591dbf1db29ed.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/character_base.png"
dest_files=["res://.godot/imported/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.ctex"]
source_file="res://src/sprites/character/character_base.png"
dest_files=["res://.godot/imported/character_base.png-15bf2b011eae2a68279591dbf1db29ed.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ckygwian2n0f6"
path="res://.godot/imported/character_base.svg-f62b30364422a0db60ab659817d94da0.ctex"
path="res://.godot/imported/character_base.svg-f062cb9552d6fb213be55e7a318e3bcc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/character_base.svg"
dest_files=["res://.godot/imported/character_base.svg-f62b30364422a0db60ab659817d94da0.ctex"]
source_file="res://src/sprites/character/character_base.svg"
dest_files=["res://.godot/imported/character_base.svg-f062cb9552d6fb213be55e7a318e3bcc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View file

@ -3,16 +3,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cpf6yh6fqqxy1"
path.etc2="res://.godot/imported/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.ctex"
path.s3tc="res://.godot/imported/character_base_head.svg-e83f0896bfd4df98c1a04136e35cb768.s3tc.ctex"
metadata={
"imported_formats": ["etc2_astc"],
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://sprites/character/character_base_head.svg"
dest_files=["res://.godot/imported/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.ctex"]
source_file="res://src/sprites/character/character_base_head.svg"
dest_files=["res://.godot/imported/character_base_head.svg-e83f0896bfd4df98c1a04136e35cb768.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -3,16 +3,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://mt5o8b0q6ws2"
path.etc2="res://.godot/imported/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.ctex"
path.s3tc="res://.godot/imported/character_base_legs.svg-bbb8ed3641cda00ed78290f398757919.s3tc.ctex"
metadata={
"imported_formats": ["etc2_astc"],
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://sprites/character/character_base_legs.svg"
dest_files=["res://.godot/imported/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.ctex"]
source_file="res://src/sprites/character/character_base_legs.svg"
dest_files=["res://.godot/imported/character_base_legs.svg-bbb8ed3641cda00ed78290f398757919.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -3,16 +3,16 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://blvwt6d80bq5x"
path.etc2="res://.godot/imported/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.ctex"
path.s3tc="res://.godot/imported/character_base_top.svg-20be8cbac6095f18b5c8c5b3935680f8.s3tc.ctex"
metadata={
"imported_formats": ["etc2_astc"],
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}
[deps]
source_file="res://sprites/character/character_base_top.svg"
dest_files=["res://.godot/imported/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.ctex"]
source_file="res://src/sprites/character/character_base_top.svg"
dest_files=["res://.godot/imported/character_base_top.svg-20be8cbac6095f18b5c8c5b3935680f8.s3tc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 603 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dnwdyi2d46hsm"
path="res://.godot/imported/eyes1.png-73b579923539cd9b6a780210ef4ee335.ctex"
path="res://.godot/imported/eyes1.png-518a0b0be99aeace8b89392627dbcb64.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes1.png"
dest_files=["res://.godot/imported/eyes1.png-73b579923539cd9b6a780210ef4ee335.ctex"]
source_file="res://src/sprites/character/eyes/eyes1.png"
dest_files=["res://.godot/imported/eyes1.png-518a0b0be99aeace8b89392627dbcb64.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 560 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cbr37emgh11is"
path="res://.godot/imported/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.ctex"
path="res://.godot/imported/eyes2.png-8b6ab2eceb60be476aa91b1b776825e1.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes2.png"
dest_files=["res://.godot/imported/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.ctex"]
source_file="res://src/sprites/character/eyes/eyes2.png"
dest_files=["res://.godot/imported/eyes2.png-8b6ab2eceb60be476aa91b1b776825e1.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ceifal0sxn0r7"
path="res://.godot/imported/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.ctex"
path="res://.godot/imported/eyes3.png-e4bcac4b4836899baec148c1127b57f2.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes3.png"
dest_files=["res://.godot/imported/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.ctex"]
source_file="res://src/sprites/character/eyes/eyes3.png"
dest_files=["res://.godot/imported/eyes3.png-e4bcac4b4836899baec148c1127b57f2.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 190 B

After

Width:  |  Height:  |  Size: 190 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dujbine82hf7h"
path="res://.godot/imported/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.ctex"
path="res://.godot/imported/eyes4.png-24147eedc7b1b45a7ff54fbd504e9779.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes4.png"
dest_files=["res://.godot/imported/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.ctex"]
source_file="res://src/sprites/character/eyes/eyes4.png"
dest_files=["res://.godot/imported/eyes4.png-24147eedc7b1b45a7ff54fbd504e9779.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cbptix4hhenyv"
path="res://.godot/imported/eyes5.png-7671a3f68922046c208cc64480685057.ctex"
path="res://.godot/imported/eyes5.png-eba4d7a1b08ee77e1cfec60534dc6d1b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes5.png"
dest_files=["res://.godot/imported/eyes5.png-7671a3f68922046c208cc64480685057.ctex"]
source_file="res://src/sprites/character/eyes/eyes5.png"
dest_files=["res://.godot/imported/eyes5.png-eba4d7a1b08ee77e1cfec60534dc6d1b.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 580 B

After

Width:  |  Height:  |  Size: 580 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://h4v32qrsoyei"
path="res://.godot/imported/eyes6.png-73c9fb2df6533151523bf3c885e092bd.ctex"
path="res://.godot/imported/eyes6.png-b81d10e2f8e1baed4a2cb48d172a3ad0.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes6.png"
dest_files=["res://.godot/imported/eyes6.png-73c9fb2df6533151523bf3c885e092bd.ctex"]
source_file="res://src/sprites/character/eyes/eyes6.png"
dest_files=["res://.godot/imported/eyes6.png-b81d10e2f8e1baed4a2cb48d172a3ad0.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 603 B

After

Width:  |  Height:  |  Size: 603 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c2vksbtifnlvp"
path="res://.godot/imported/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.ctex"
path="res://.godot/imported/eyes7.png-a32abc42766d43b19c297a591c8bb946.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/eyes/eyes7.png"
dest_files=["res://.godot/imported/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.ctex"]
source_file="res://src/sprites/character/eyes/eyes7.png"
dest_files=["res://.godot/imported/eyes7.png-a32abc42766d43b19c297a591c8bb946.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1,000 B

After

Width:  |  Height:  |  Size: 1,000 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bmi3sw4kfrc24"
path="res://.godot/imported/mouth.png-deec3b91d860cebe9868223ce1bd3da0.ctex"
path="res://.godot/imported/mouth.png-c31b8fff887fbd68a37ec167362df263.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth.png"
dest_files=["res://.godot/imported/mouth.png-deec3b91d860cebe9868223ce1bd3da0.ctex"]
source_file="res://src/sprites/character/mouth/mouth.png"
dest_files=["res://.godot/imported/mouth.png-c31b8fff887fbd68a37ec167362df263.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://ce3wk6a1dajrm"
path="res://.godot/imported/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.ctex"
path="res://.godot/imported/mouth10.png-8afcc83b8dff5532e8f9cd25d0cf1801.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth10.png"
dest_files=["res://.godot/imported/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.ctex"]
source_file="res://src/sprites/character/mouth/mouth10.png"
dest_files=["res://.godot/imported/mouth10.png-8afcc83b8dff5532e8f9cd25d0cf1801.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://bw7u6fgygd8t"
path="res://.godot/imported/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.ctex"
path="res://.godot/imported/mouth11.png-eb7d249b320a081adab412f60f3529cc.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth11.png"
dest_files=["res://.godot/imported/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.ctex"]
source_file="res://src/sprites/character/mouth/mouth11.png"
dest_files=["res://.godot/imported/mouth11.png-eb7d249b320a081adab412f60f3529cc.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://2wrx272o3gsa"
path="res://.godot/imported/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.ctex"
path="res://.godot/imported/mouth12.png-e8bb8b4202bbbb66a513043bc50be5b9.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth12.png"
dest_files=["res://.godot/imported/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.ctex"]
source_file="res://src/sprites/character/mouth/mouth12.png"
dest_files=["res://.godot/imported/mouth12.png-e8bb8b4202bbbb66a513043bc50be5b9.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cja33yr77jh7y"
path="res://.godot/imported/mouth2.png-714ad90600be6128f536bc6ebe04302f.ctex"
path="res://.godot/imported/mouth2.png-aef745c2c92c6e606b5000856e72db02.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth2.png"
dest_files=["res://.godot/imported/mouth2.png-714ad90600be6128f536bc6ebe04302f.ctex"]
source_file="res://src/sprites/character/mouth/mouth2.png"
dest_files=["res://.godot/imported/mouth2.png-aef745c2c92c6e606b5000856e72db02.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://c6whcdnm7vvt5"
path="res://.godot/imported/mouth3.png-094195b5d96ad7cd042464cb3580b87e.ctex"
path="res://.godot/imported/mouth3.png-85aec09a987d7e699e6158ca589bf3fe.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth3.png"
dest_files=["res://.godot/imported/mouth3.png-094195b5d96ad7cd042464cb3580b87e.ctex"]
source_file="res://src/sprites/character/mouth/mouth3.png"
dest_files=["res://.godot/imported/mouth3.png-85aec09a987d7e699e6158ca589bf3fe.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dsagc5skojho1"
path="res://.godot/imported/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.ctex"
path="res://.godot/imported/mouth4.png-a0365f2607f05a6f8de789aefb932e8f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth4.png"
dest_files=["res://.godot/imported/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.ctex"]
source_file="res://src/sprites/character/mouth/mouth4.png"
dest_files=["res://.godot/imported/mouth4.png-a0365f2607f05a6f8de789aefb932e8f.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 635 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dtul4g1ptm2mh"
path="res://.godot/imported/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.ctex"
path="res://.godot/imported/mouth5.png-26c3dc83436dfe883cb7849f62b871d6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth5.png"
dest_files=["res://.godot/imported/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.ctex"]
source_file="res://src/sprites/character/mouth/mouth5.png"
dest_files=["res://.godot/imported/mouth5.png-26c3dc83436dfe883cb7849f62b871d6.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://b5b7y8vovbnto"
path="res://.godot/imported/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.ctex"
path="res://.godot/imported/mouth6.png-778cdebdeb30dfc40b0b86d3531e8f6e.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth6.png"
dest_files=["res://.godot/imported/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.ctex"]
source_file="res://src/sprites/character/mouth/mouth6.png"
dest_files=["res://.godot/imported/mouth6.png-778cdebdeb30dfc40b0b86d3531e8f6e.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 646 B

After

Width:  |  Height:  |  Size: 646 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://hmm5lyshjv1c"
path="res://.godot/imported/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.ctex"
path="res://.godot/imported/mouth7.png-44318b10da1f8abcad707b4929018760.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth7.png"
dest_files=["res://.godot/imported/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.ctex"]
source_file="res://src/sprites/character/mouth/mouth7.png"
dest_files=["res://.godot/imported/mouth7.png-44318b10da1f8abcad707b4929018760.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cyp032kswpjdf"
path="res://.godot/imported/mouth8.png-3d754278cb0ea22569288c205858318c.ctex"
path="res://.godot/imported/mouth8.png-194e1f20fa4759b9cf1e2cf8a46339c8.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth8.png"
dest_files=["res://.godot/imported/mouth8.png-3d754278cb0ea22569288c205858318c.ctex"]
source_file="res://src/sprites/character/mouth/mouth8.png"
dest_files=["res://.godot/imported/mouth8.png-194e1f20fa4759b9cf1e2cf8a46339c8.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 634 B

After

Width:  |  Height:  |  Size: 634 B

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://b8nfuuiqedapi"
path="res://.godot/imported/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.ctex"
path="res://.godot/imported/mouth9.png-0cc7cfd6e3b50c431ca176ed03655e62.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/mouth/mouth9.png"
dest_files=["res://.godot/imported/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.ctex"]
source_file="res://src/sprites/character/mouth/mouth9.png"
dest_files=["res://.godot/imported/mouth9.png-0cc7cfd6e3b50c431ca176ed03655e62.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://d00j00ob8bihq"
path="res://.godot/imported/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.ctex"
path="res://.godot/imported/new_character_base.svg-cc3ffcdb5c7806352f37aa2d34796e80.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/new_character_base.svg"
dest_files=["res://.godot/imported/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.ctex"]
source_file="res://src/sprites/character/new_character_base.svg"
dest_files=["res://.godot/imported/new_character_base.svg-cc3ffcdb5c7806352f37aa2d34796e80.ctex"]
[params]

View file

Before

Width:  |  Height:  |  Size: 2 KiB

After

Width:  |  Height:  |  Size: 2 KiB

View file

@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://dkch263ayirr7"
path="res://.godot/imported/shadow.svg-5164915787bc95347e1112818d9bab36.ctex"
path="res://.godot/imported/shadow.svg-67661dc113e875df90dc33ef0f714f16.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/shadow.svg"
dest_files=["res://.godot/imported/shadow.svg-5164915787bc95347e1112818d9bab36.ctex"]
source_file="res://src/sprites/character/shadow.svg"
dest_files=["res://.godot/imported/shadow.svg-67661dc113e875df90dc33ef0f714f16.ctex"]
[params]

Some files were not shown because too many files have changed in this diff Show more