Compare commits

..

No commits in common. "0c599830bb61e45ac3086c4e433f002b56fdb613" and "f895db3b93f3dcb9dedbbef3e837db88528add49" have entirely different histories.

168 changed files with 2345 additions and 1032 deletions

View file

@ -1,2 +0,0 @@
build
.vscode

2
.gitattributes vendored
View file

@ -1,4 +1,2 @@
# Normalize EOL for all files that Git considers text files. # Normalize EOL for all files that Git considers text files.
* text=auto eol=lf * text=auto eol=lf
*.wav filter=lfs diff=lfs merge=lfs -text
*.aseprite filter=lfs diff=lfs merge=lfs -text

10
.gitignore vendored
View file

@ -1,10 +1,4 @@
# Godot 4+ specific ignores
.godot/ .godot/
.import/ /android/
export.cfg
data_*/
dist/
*.vs
*.tmp
*blend1
*.DS_Store
build build

View file

@ -1,8 +0,0 @@
{
"files.exclude": {
".godot": true,
"addons": true,
"build": true,
"*.import": true
}
}

View file

@ -1,16 +1,13 @@
[gd_scene load_steps=4 format=3 uid="uid://e0g6tbtsqv6j"] [gd_scene load_steps=3 format=3 uid="uid://e0g6tbtsqv6j"]
[ext_resource type="Script" path="res://ui/main_menu.gd" id="1_wuxjj"] [ext_resource type="Script" path="res://scripts/menu.gd" id="1_gas10"]
[ext_resource type="Texture2D" uid="uid://077ffi13hk2e" path="res://assets/art/export/claustrophemia-Layer 1.png" id="2_dgsrv"] [ext_resource type="Texture2D" uid="uid://077ffi13hk2e" path="res://assets/export/claustrophemia-Layer 1.png" id="2_cmrlt"]
[ext_resource type="Theme" uid="uid://r0t1dx6hpo2m" path="res://ui/menu.tres" id="3_5x31f"]
[node name="Main Menu" type="ColorRect"] [node name="Main Menu" type="ColorRect"]
offset_right = 640.0 offset_right = 640.0
offset_bottom = 363.0 offset_bottom = 360.0
scale = Vector2(1, 0.991561)
theme = ExtResource("3_5x31f")
color = Color(0.300955, 0, 0.00368265, 1) color = Color(0.300955, 0, 0.00368265, 1)
script = ExtResource("1_wuxjj") script = ExtResource("1_gas10")
[node name="Logo" type="TextureRect" parent="."] [node name="Logo" type="TextureRect" parent="."]
texture_filter = 1 texture_filter = 1
@ -19,7 +16,7 @@ offset_left = 128.0
offset_top = 16.0 offset_top = 16.0
offset_right = 512.0 offset_right = 512.0
offset_bottom = 144.0 offset_bottom = 144.0
texture = ExtResource("2_dgsrv") texture = ExtResource("2_cmrlt")
stretch_mode = 4 stretch_mode = 4
metadata/_aseprite_wizard_interface_config_ = { metadata/_aseprite_wizard_interface_config_ = {
"layer_section": true, "layer_section": true,
@ -48,18 +45,10 @@ offset_right = 384.0
offset_bottom = 192.0 offset_bottom = 192.0
text = "Start" text = "Start"
[node name="SettingsButton" type="Button" parent="."] [node name="ExitButton" type="Button" parent="."]
layout_mode = 0 layout_mode = 0
offset_left = 256.0 offset_left = 256.0
offset_top = 216.0 offset_top = 216.0
offset_right = 384.0 offset_right = 384.0
offset_bottom = 264.0 offset_bottom = 264.0
text = "Settings"
[node name="ExitButton" type="Button" parent="."]
layout_mode = 0
offset_left = 256.0
offset_top = 288.0
offset_right = 384.0
offset_bottom = 336.0
text = "Exit" text = "Exit"

288
PlaB2B6.tmp Normal file
View file

@ -0,0 +1,288 @@
[gd_scene load_steps=37 format=3 uid="uid://cjiuycwqqxaxn"]
[ext_resource type="Script" path="res://player.gd" id="1_oy25y"]
[ext_resource type="Texture2D" uid="uid://cownabyc1p26u" path="res://assets/export/playerLayer 3.png" id="2_5c6qp"]
[sub_resource type="AtlasTexture" id="AtlasTexture_unh28"]
atlas = ExtResource("2_5c6qp")
region = Rect2(0, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_06hsv"]
atlas = ExtResource("2_5c6qp")
region = Rect2(32, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_75rwr"]
atlas = ExtResource("2_5c6qp")
region = Rect2(64, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_ithwi"]
atlas = ExtResource("2_5c6qp")
region = Rect2(96, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_ylpmh"]
atlas = ExtResource("2_5c6qp")
region = Rect2(128, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_s5fe3"]
atlas = ExtResource("2_5c6qp")
region = Rect2(160, 0, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_371nq"]
atlas = ExtResource("2_5c6qp")
region = Rect2(0, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_w5q6j"]
atlas = ExtResource("2_5c6qp")
region = Rect2(32, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_gq465"]
atlas = ExtResource("2_5c6qp")
region = Rect2(64, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_ushcs"]
atlas = ExtResource("2_5c6qp")
region = Rect2(96, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_v6ggy"]
atlas = ExtResource("2_5c6qp")
region = Rect2(32, 256, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_2q2n8"]
atlas = ExtResource("2_5c6qp")
region = Rect2(64, 256, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_j8nd3"]
atlas = ExtResource("2_5c6qp")
region = Rect2(96, 256, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_wqlee"]
atlas = ExtResource("2_5c6qp")
region = Rect2(128, 256, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_liu5q"]
atlas = ExtResource("2_5c6qp")
region = Rect2(160, 256, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_fy414"]
atlas = ExtResource("2_5c6qp")
region = Rect2(0, 320, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_vpy4r"]
atlas = ExtResource("2_5c6qp")
region = Rect2(32, 320, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_bu1yd"]
atlas = ExtResource("2_5c6qp")
region = Rect2(128, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_yxpbn"]
atlas = ExtResource("2_5c6qp")
region = Rect2(160, 64, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_np4p4"]
atlas = ExtResource("2_5c6qp")
region = Rect2(0, 128, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_onkmm"]
atlas = ExtResource("2_5c6qp")
region = Rect2(32, 128, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_0r4ck"]
atlas = ExtResource("2_5c6qp")
region = Rect2(64, 128, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_h7t71"]
atlas = ExtResource("2_5c6qp")
region = Rect2(96, 128, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_dtkph"]
atlas = ExtResource("2_5c6qp")
region = Rect2(128, 128, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_jerwg"]
atlas = ExtResource("2_5c6qp")
region = Rect2(160, 128, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_02mrb"]
atlas = ExtResource("2_5c6qp")
region = Rect2(0, 192, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_a53i7"]
atlas = ExtResource("2_5c6qp")
region = Rect2(32, 192, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_3afct"]
atlas = ExtResource("2_5c6qp")
region = Rect2(64, 192, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_urkyt"]
atlas = ExtResource("2_5c6qp")
region = Rect2(96, 192, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_jjvw0"]
atlas = ExtResource("2_5c6qp")
region = Rect2(128, 192, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_s3yi7"]
atlas = ExtResource("2_5c6qp")
region = Rect2(160, 192, 32, 64)
[sub_resource type="AtlasTexture" id="AtlasTexture_t4j8f"]
atlas = ExtResource("2_5c6qp")
region = Rect2(0, 256, 32, 64)
[sub_resource type="SpriteFrames" id="SpriteFrames_f2tke"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_unh28")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_06hsv")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_75rwr")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ithwi")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ylpmh")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_s5fe3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_371nq")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_w5q6j")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_gq465")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ushcs")
}],
"loop": true,
"name": &"idle",
"speed": 10.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_unh28")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_v6ggy")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_2q2n8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_j8nd3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wqlee")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_liu5q")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_fy414")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vpy4r")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_2q2n8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_v6ggy")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_unh28")
}],
"loop": true,
"name": &"jump",
"speed": 10.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_bu1yd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_yxpbn")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_np4p4")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_onkmm")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_0r4ck")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_h7t71")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_dtkph")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jerwg")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_02mrb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_a53i7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3afct")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_urkyt")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_jjvw0")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_s3yi7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_t4j8f")
}],
"loop": true,
"name": &"walk",
"speed": 10.0
}]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_0on8q"]
size = Vector2(28, 64)
[node name="Player" type="CharacterBody2D"]
script = ExtResource("1_oy25y")
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
texture_filter = 1
sprite_frames = SubResource("SpriteFrames_f2tke")
animation = &"jump"
metadata/_aseprite_wizard_config_ = {
"layer": "Layer 3",
"o_ex_p": "",
"o_folder": "res://assets/export",
"o_name": "player",
"only_visible": false,
"slice": "",
"source": "res://assets/PlayerCharacter.aseprite"
}
metadata/_aseprite_wizard_source_file_hash_ = "e4930daa975c704a60a92789b7fbe76d"
metadata/_aseprite_wizard_interface_config_ = {
"layer_section": true,
"output_section": true
}
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(2, 0)
shape = SubResource("RectangleShape2D_0on8q")
debug_color = Color(1, 0.254902, 0.415686, 0.105882)

BIN
assets/BossDeath.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://b8ma022qh77r4" uid="uid://b8ma022qh77r4"
path="res://.godot/imported/BossDeath.wav-10348f270b5577ba1f564b535833d84e.sample" path="res://.godot/imported/BossDeath.wav-fa0a8d6f4ca7fd9b743724f33f88cb7b.sample"
[deps] [deps]
source_file="res://assets/sound/BossDeath.wav" source_file="res://assets/BossDeath.wav"
dest_files=["res://.godot/imported/BossDeath.wav-10348f270b5577ba1f564b535833d84e.sample"] dest_files=["res://.godot/imported/BossDeath.wav-fa0a8d6f4ca7fd9b743724f33f88cb7b.sample"]
[params] [params]

BIN
assets/BossHurt.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://cnmafa4b6u74p" uid="uid://cnmafa4b6u74p"
path="res://.godot/imported/BossHurt.wav-61b7ca170f32d315ca2dd35981e9e656.sample" path="res://.godot/imported/BossHurt.wav-eaaac76384c014124d3b7e9b32e908ce.sample"
[deps] [deps]
source_file="res://assets/sound/BossHurt.wav" source_file="res://assets/BossHurt.wav"
dest_files=["res://.godot/imported/BossHurt.wav-61b7ca170f32d315ca2dd35981e9e656.sample"] dest_files=["res://.godot/imported/BossHurt.wav-eaaac76384c014124d3b7e9b32e908ce.sample"]
[params] [params]

BIN
assets/BossIntroMusic.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://d37cinthwqhf7" uid="uid://d37cinthwqhf7"
path="res://.godot/imported/BossIntroMusic.wav-95a0436c5bb706ee7daa4e6c1aa411bb.sample" path="res://.godot/imported/BossIntroMusic.wav-33288472673dc957cd89887e73d90336.sample"
[deps] [deps]
source_file="res://assets/sound/BossIntroMusic.wav" source_file="res://assets/BossIntroMusic.wav"
dest_files=["res://.godot/imported/BossIntroMusic.wav-95a0436c5bb706ee7daa4e6c1aa411bb.sample"] dest_files=["res://.godot/imported/BossIntroMusic.wav-33288472673dc957cd89887e73d90336.sample"]
[params] [params]

BIN
assets/BossMusicLoop.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://cnp62dnwbxnp8" uid="uid://cnp62dnwbxnp8"
path="res://.godot/imported/BossMusicLoop.wav-ae8e391fd7f6f854dfeece1f0f064620.sample" path="res://.godot/imported/BossMusicLoop.wav-66cd282f6e4ded0eea46ef96dd3d81e6.sample"
[deps] [deps]
source_file="res://assets/sound/BossMusicLoop.wav" source_file="res://assets/BossMusicLoop.wav"
dest_files=["res://.godot/imported/BossMusicLoop.wav-ae8e391fd7f6f854dfeece1f0f064620.sample"] dest_files=["res://.godot/imported/BossMusicLoop.wav-66cd282f6e4ded0eea46ef96dd3d81e6.sample"]
[params] [params]

BIN
assets/EnemyHurt.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://dxnxix8qrr6tq" uid="uid://dxnxix8qrr6tq"
path="res://.godot/imported/EnemyHurt.wav-082705e406deaa80080062c16b11cb89.sample" path="res://.godot/imported/EnemyHurt.wav-fb6c033455c8fd2c64ccfdf0c818a65a.sample"
[deps] [deps]
source_file="res://assets/sound/EnemyHurt.wav" source_file="res://assets/EnemyHurt.wav"
dest_files=["res://.godot/imported/EnemyHurt.wav-082705e406deaa80080062c16b11cb89.sample"] dest_files=["res://.godot/imported/EnemyHurt.wav-fb6c033455c8fd2c64ccfdf0c818a65a.sample"]
[params] [params]

BIN
assets/Explode.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://dfrc2luquqqlw" uid="uid://dfrc2luquqqlw"
path="res://.godot/imported/Explode.wav-cdc47db053fe2add3fe5bea077dd9dd3.sample" path="res://.godot/imported/Explode.wav-1025ed9a84beb2ef982eff388b1bbeea.sample"
[deps] [deps]
source_file="res://assets/sound/Explode.wav" source_file="res://assets/Explode.wav"
dest_files=["res://.godot/imported/Explode.wav-cdc47db053fe2add3fe5bea077dd9dd3.sample"] dest_files=["res://.godot/imported/Explode.wav-1025ed9a84beb2ef982eff388b1bbeea.sample"]
[params] [params]

BIN
assets/Go.aseprite Normal file

Binary file not shown.

14
assets/Go.aseprite.import Normal file
View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://davrou2v4qw2i"
path="res://.godot/imported/Go.aseprite-25f8aee4e191af232eb3cbeb790ac21b.res"
[deps]
source_file="res://assets/Go.aseprite"
dest_files=["res://.godot/imported/Go.aseprite-25f8aee4e191af232eb3cbeb790ac21b.res"]
[params]

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://dgqr8sd2xeyni"
path="res://.godot/imported/HealthBorder.aseprite-114a2c214cb1e322dfa2a303d28a908a.res"
[deps]
source_file="res://assets/HealthBorder.aseprite"
dest_files=["res://.godot/imported/HealthBorder.aseprite-114a2c214cb1e322dfa2a303d28a908a.res"]
[params]

BIN
assets/Level1BGAudio.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://ce3soc3run6um" uid="uid://ce3soc3run6um"
path="res://.godot/imported/Level1BGAudio.wav-6a5dbfa4a23355ff9b106db86b71e8fb.sample" path="res://.godot/imported/Level1BGAudio.wav-e7b60b70a4523876968adf4a6c8994a4.sample"
[deps] [deps]
source_file="res://assets/sound/Level1BGAudio.wav" source_file="res://assets/Level1BGAudio.wav"
dest_files=["res://.godot/imported/Level1BGAudio.wav-6a5dbfa4a23355ff9b106db86b71e8fb.sample"] dest_files=["res://.godot/imported/Level1BGAudio.wav-e7b60b70a4523876968adf4a6c8994a4.sample"]
[params] [params]

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://bvqvl7ho7segv"
path="res://.godot/imported/PlayerCharacter.aseprite-1bf420fc00cecceb6a9caea06a8e4ec7.res"
[deps]
source_file="res://assets/PlayerCharacter.aseprite"
dest_files=["res://.godot/imported/PlayerCharacter.aseprite-1bf420fc00cecceb6a9caea06a8e4ec7.res"]
[params]

BIN
assets/PlayerDeathSound.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://du0f57xgcxuxf" uid="uid://du0f57xgcxuxf"
path="res://.godot/imported/PlayerDeathSound.wav-31f0a588c493a4d3584f63b82f8e07a0.sample" path="res://.godot/imported/PlayerDeathSound.wav-064911359937abe1fa0c8cddb7e84ea4.sample"
[deps] [deps]
source_file="res://assets/sound/PlayerDeathSound.wav" source_file="res://assets/PlayerDeathSound.wav"
dest_files=["res://.godot/imported/PlayerDeathSound.wav-31f0a588c493a4d3584f63b82f8e07a0.sample"] dest_files=["res://.godot/imported/PlayerDeathSound.wav-064911359937abe1fa0c8cddb7e84ea4.sample"]
[params] [params]

BIN
assets/PlayerHurt.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://cir5d1qi0hcev" uid="uid://cir5d1qi0hcev"
path="res://.godot/imported/PlayerHurt.wav-41af6c544a7ae7d385142bdd19b2507e.sample" path="res://.godot/imported/PlayerHurt.wav-7dea0e9202985b5dd27d18b772b40ee2.sample"
[deps] [deps]
source_file="res://assets/sound/PlayerHurt.wav" source_file="res://assets/PlayerHurt.wav"
dest_files=["res://.godot/imported/PlayerHurt.wav-41af6c544a7ae7d385142bdd19b2507e.sample"] dest_files=["res://.godot/imported/PlayerHurt.wav-7dea0e9202985b5dd27d18b772b40ee2.sample"]
[params] [params]

BIN
assets/PunchVFX.aseprite Normal file

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://sg2ms6cssj01"
path="res://.godot/imported/PunchVFX.aseprite-b06de0b1aa18d48e800d94ff6cf92f62.res"
[deps]
source_file="res://assets/PunchVFX.aseprite"
dest_files=["res://.godot/imported/PunchVFX.aseprite-b06de0b1aa18d48e800d94ff6cf92f62.res"]
[params]

BIN
assets/SpawnMinions.wav Normal file

Binary file not shown.

View file

@ -3,12 +3,12 @@
importer="wav" importer="wav"
type="AudioStreamWAV" type="AudioStreamWAV"
uid="uid://cmyg0u83rcuq6" uid="uid://cmyg0u83rcuq6"
path="res://.godot/imported/SpawnMinions.wav-329f3b5faa57ebb25fc1b720a5550bd2.sample" path="res://.godot/imported/SpawnMinions.wav-48d48c5e4ba8fc0fba518139f80d9bb8.sample"
[deps] [deps]
source_file="res://assets/sound/SpawnMinions.wav" source_file="res://assets/SpawnMinions.wav"
dest_files=["res://.godot/imported/SpawnMinions.wav-329f3b5faa57ebb25fc1b720a5550bd2.sample"] dest_files=["res://.godot/imported/SpawnMinions.wav-48d48c5e4ba8fc0fba518139f80d9bb8.sample"]
[params] [params]

BIN
assets/TopBottom.aseprite Normal file

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://crfosyduwl8ln"
path="res://.godot/imported/TopBottom.aseprite-4492d70b38a804feac46851918def1b1.res"
[deps]
source_file="res://assets/TopBottom.aseprite"
dest_files=["res://.godot/imported/TopBottom.aseprite-4492d70b38a804feac46851918def1b1.res"]
[params]

BIN
assets/Viruling.aseprite Normal file

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://2g8hbnap6s5a"
path="res://.godot/imported/Viruling.aseprite-f412110448d264873303b17f07c6def6.res"
[deps]
source_file="res://assets/Viruling.aseprite"
dest_files=["res://.godot/imported/Viruling.aseprite-f412110448d264873303b17f07c6def6.res"]
[params]

BIN
assets/art/Go.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://davrou2v4qw2i"
path="res://.godot/imported/Go.aseprite-65cba233eef61a6972508585edb2de43.res"
[deps]
source_file="res://assets/art/Go.aseprite"
dest_files=["res://.godot/imported/Go.aseprite-65cba233eef61a6972508585edb2de43.res"]
[params]

BIN
assets/art/HealthBorder.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://dgqr8sd2xeyni"
path="res://.godot/imported/HealthBorder.aseprite-0cc6e0dbf6793978033ea2f9094f1b8f.res"
[deps]
source_file="res://assets/art/HealthBorder.aseprite"
dest_files=["res://.godot/imported/HealthBorder.aseprite-0cc6e0dbf6793978033ea2f9094f1b8f.res"]
[params]

BIN
assets/art/PlayerCharacter.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://bvqvl7ho7segv"
path="res://.godot/imported/PlayerCharacter.aseprite-5bffe0bcf9c4b32b5df51a9c305f1f19.res"
[deps]
source_file="res://assets/art/PlayerCharacter.aseprite"
dest_files=["res://.godot/imported/PlayerCharacter.aseprite-5bffe0bcf9c4b32b5df51a9c305f1f19.res"]
[params]

BIN
assets/art/PunchVFX.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://sg2ms6cssj01"
path="res://.godot/imported/PunchVFX.aseprite-9c1da8c13b7875d1a2c5fadca6df809b.res"
[deps]
source_file="res://assets/art/PunchVFX.aseprite"
dest_files=["res://.godot/imported/PunchVFX.aseprite-9c1da8c13b7875d1a2c5fadca6df809b.res"]
[params]

BIN
assets/art/TopBottom.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://crfosyduwl8ln"
path="res://.godot/imported/TopBottom.aseprite-5af386a2ade2a9eb71bd128b0ef8203b.res"
[deps]
source_file="res://assets/art/TopBottom.aseprite"
dest_files=["res://.godot/imported/TopBottom.aseprite-5af386a2ade2a9eb71bd128b0ef8203b.res"]
[params]

BIN
assets/art/Viruling.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://2g8hbnap6s5a"
path="res://.godot/imported/Viruling.aseprite-33757039a49b1104241edf6ed959ec1a.res"
[deps]
source_file="res://assets/art/Viruling.aseprite"
dest_files=["res://.godot/imported/Viruling.aseprite-33757039a49b1104241edf6ed959ec1a.res"]
[params]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 177 KiB

BIN
assets/art/claustrophemia.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://6ogqpgqsd83w"
path="res://.godot/imported/claustrophemia.aseprite-9897c39a0cd5125886360c227076f95f.res"
[deps]
source_file="res://assets/art/claustrophemia.aseprite"
dest_files=["res://.godot/imported/claustrophemia.aseprite-9897c39a0cd5125886360c227076f95f.res"]
[params]

BIN
assets/art/crawler_walk.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://2n7hoks84s1p"
path="res://.godot/imported/crawler_walk.aseprite-1263b18b84cb79870f0e3eeb34143c7a.res"
[deps]
source_file="res://assets/art/crawler_walk.aseprite"
dest_files=["res://.godot/imported/crawler_walk.aseprite-1263b18b84cb79870f0e3eeb34143c7a.res"]
[params]

BIN
assets/art/eye monster.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://72ry77oxgd4h"
path="res://.godot/imported/eye monster.aseprite-be1eb3e03bfebcc57c6c829ffb98dc7c.res"
[deps]
source_file="res://assets/art/eye monster.aseprite"
dest_files=["res://.godot/imported/eye monster.aseprite-be1eb3e03bfebcc57c6c829ffb98dc7c.res"]
[params]

BIN
assets/art/stage1.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,16 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.static-texture"
type="AtlasTexture"
uid="uid://fju2p8ssaled"
path="res://.godot/imported/stage1.aseprite-ef35f4d2a75911e894428588df0bfad5.res"
[deps]
source_file="res://assets/art/stage1.aseprite"
dest_files=["res://.godot/imported/stage1.aseprite-ef35f4d2a75911e894428588df0bfad5.res"]
[params]
exclude_layers_pattern=""
only_visible_layers=true

BIN
assets/art/weegee.aseprite (Stored with Git LFS)

Binary file not shown.

View file

@ -1,14 +0,0 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://boc2fqbk18m6"
path="res://.godot/imported/weegee.aseprite-12f3af027368e48836ecaa4344aee142.res"
[deps]
source_file="res://assets/art/weegee.aseprite"
dest_files=["res://.godot/imported/weegee.aseprite-12f3af027368e48836ecaa4344aee142.res"]
[params]

View file

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cavipaqyic82h" uid="uid://cavipaqyic82h"
path="res://.godot/imported/artwork.png-ae994aa3741bd5935bb8df0387bf6245.ctex" path="res://.godot/imported/bars.png-97588dd9444fb86009feab97b6cb4d08.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/bars/artwork.png" source_file="res://assets/bars.png"
dest_files=["res://.godot/imported/artwork.png-ae994aa3741bd5935bb8df0387bf6245.ctex"] dest_files=["res://.godot/imported/bars.png-97588dd9444fb86009feab97b6cb4d08.ctex"]
[params] [params]

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://6ogqpgqsd83w"
path="res://.godot/imported/claustrophemia.aseprite-f800c1af6f87740b4ecb05a00a7741c7.res"
[deps]
source_file="res://assets/claustrophemia.aseprite"
dest_files=["res://.godot/imported/claustrophemia.aseprite-f800c1af6f87740b4ecb05a00a7741c7.res"]
[params]

Binary file not shown.

View file

@ -0,0 +1,14 @@
[remap]
importer="aseprite_wizard.plugin.noop"
type="PackedDataContainer"
uid="uid://2n7hoks84s1p"
path="res://.godot/imported/crawler_walk.aseprite-caf4c5c9e2cdaae93bd51260f88ba162.res"
[deps]
source_file="res://assets/crawler_walk.aseprite"
dest_files=["res://.godot/imported/crawler_walk.aseprite-caf4c5c9e2cdaae93bd51260f88ba162.res"]
[params]

View file

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cg4nwnugx0q4w" uid="uid://cg4nwnugx0q4w"
path="res://.godot/imported/boss-.png-938b085cc36464acbc2396b3824cd634.ctex" path="res://.godot/imported/boss-.png-ca4585ea11fab0b8b110355d230efe54.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/boss-.png" source_file="res://assets/export/boss-.png"
dest_files=["res://.godot/imported/boss-.png-938b085cc36464acbc2396b3824cd634.ctex"] dest_files=["res://.godot/imported/boss-.png-ca4585ea11fab0b8b110355d230efe54.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bxf5icvrw7alr" uid="uid://bxf5icvrw7alr"
path="res://.godot/imported/claustrophemia-.png-9d4184430823cd927593a4cbdf0f6922.ctex" path="res://.godot/imported/claustrophemia-.png-faa5007b0a73aedbed11008a68ca763a.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/claustrophemia-.png" source_file="res://assets/export/claustrophemia-.png"
dest_files=["res://.godot/imported/claustrophemia-.png-9d4184430823cd927593a4cbdf0f6922.ctex"] dest_files=["res://.godot/imported/claustrophemia-.png-faa5007b0a73aedbed11008a68ca763a.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://077ffi13hk2e" uid="uid://077ffi13hk2e"
path="res://.godot/imported/claustrophemia-Layer 1.png-7229da8096cb49bdff405c593786de7c.ctex" path="res://.godot/imported/claustrophemia-Layer 1.png-340cf2338b1f4cd63ac6677ea123b1b3.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/claustrophemia-Layer 1.png" source_file="res://assets/export/claustrophemia-Layer 1.png"
dest_files=["res://.godot/imported/claustrophemia-Layer 1.png-7229da8096cb49bdff405c593786de7c.ctex"] dest_files=["res://.godot/imported/claustrophemia-Layer 1.png-340cf2338b1f4cd63ac6677ea123b1b3.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 339 B

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://chmuy3pixpc0" uid="uid://chmuy3pixpc0"
path="res://.godot/imported/claustrophemia-Layer 2.png-8b821899a494a4e12d6e4279ffdcaa08.ctex" path="res://.godot/imported/claustrophemia-Layer 2.png-bb1d196f7f0b657546f2472a58e5ab33.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/claustrophemia-Layer 2.png" source_file="res://assets/export/claustrophemia-Layer 2.png"
dest_files=["res://.godot/imported/claustrophemia-Layer 2.png-8b821899a494a4e12d6e4279ffdcaa08.ctex"] dest_files=["res://.godot/imported/claustrophemia-Layer 2.png-bb1d196f7f0b657546f2472a58e5ab33.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://b447sysxt4rhp" uid="uid://b447sysxt4rhp"
path="res://.godot/imported/crawler-.png-552e9f39c7f92f8d073d3854fd6087eb.ctex" path="res://.godot/imported/crawler-.png-d39abaa0a487f20b9ee2a51626debbbe.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/crawler-.png" source_file="res://assets/export/crawler-.png"
dest_files=["res://.godot/imported/crawler-.png-552e9f39c7f92f8d073d3854fd6087eb.ctex"] dest_files=["res://.godot/imported/crawler-.png-d39abaa0a487f20b9ee2a51626debbbe.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 706 B

After

Width:  |  Height:  |  Size: 706 B

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://fnp2h8e01hi0" uid="uid://fnp2h8e01hi0"
path="res://.godot/imported/go-.png-01e6c7c1c389a38b6388a228aac46273.ctex" path="res://.godot/imported/go-.png-572338eacc1746cd2ee375fe578adec4.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/go-.png" source_file="res://assets/export/go-.png"
dest_files=["res://.godot/imported/go-.png-01e6c7c1c389a38b6388a228aac46273.ctex"] dest_files=["res://.godot/imported/go-.png-572338eacc1746cd2ee375fe578adec4.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cliy3s4yykb3k" uid="uid://cliy3s4yykb3k"
path="res://.godot/imported/health-.png-fe010d8bdd4543e6c62d50aed0bea82a.ctex" path="res://.godot/imported/health-.png-4c2f44980382af653fa17687a74ed113.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/health-.png" source_file="res://assets/export/health-.png"
dest_files=["res://.godot/imported/health-.png-fe010d8bdd4543e6c62d50aed0bea82a.ctex"] dest_files=["res://.godot/imported/health-.png-4c2f44980382af653fa17687a74ed113.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://wg4a6srri5sa" uid="uid://wg4a6srri5sa"
path="res://.godot/imported/player-.png-4e0a648549cb1e72d1123f19bc52d825.ctex" path="res://.godot/imported/player-.png-6120af0e1813dedc7607e4f99506416b.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/player-.png" source_file="res://assets/export/player-.png"
dest_files=["res://.godot/imported/player-.png-4e0a648549cb1e72d1123f19bc52d825.ctex"] dest_files=["res://.godot/imported/player-.png-6120af0e1813dedc7607e4f99506416b.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://dsnpac5r75lqq" uid="uid://dsnpac5r75lqq"
path="res://.godot/imported/player-Layer 3.png-b1f3907a9e7db78f547a8055ae2f222c.ctex" path="res://.godot/imported/player-Layer 3.png-78aa4290b50b0430b7c62e273890bd8a.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/player-Layer 3.png" source_file="res://assets/export/player-Layer 3.png"
dest_files=["res://.godot/imported/player-Layer 3.png-b1f3907a9e7db78f547a8055ae2f222c.ctex"] dest_files=["res://.godot/imported/player-Layer 3.png-78aa4290b50b0430b7c62e273890bd8a.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 393 B

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://c0kd8wu2yvssc" uid="uid://c0kd8wu2yvssc"
path="res://.godot/imported/player-Layer 4.png-a62362defa73e24eb7625ca9a4a07c93.ctex" path="res://.godot/imported/player-Layer 4.png-e87abd4355ca2452a56cf19bd4f3b0ec.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/player-Layer 4.png" source_file="res://assets/export/player-Layer 4.png"
dest_files=["res://.godot/imported/player-Layer 4.png-a62362defa73e24eb7625ca9a4a07c93.ctex"] dest_files=["res://.godot/imported/player-Layer 4.png-e87abd4355ca2452a56cf19bd4f3b0ec.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://d4mjdwhmho5vs" uid="uid://d4mjdwhmho5vs"
path="res://.godot/imported/player-Layer 5.png-55767f695f4e0d08694491664931d15a.ctex" path="res://.godot/imported/player-Layer 5.png-f6df3f22bdd8a4f3b2a581cc00ceda44.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/player-Layer 5.png" source_file="res://assets/export/player-Layer 5.png"
dest_files=["res://.godot/imported/player-Layer 5.png-55767f695f4e0d08694491664931d15a.ctex"] dest_files=["res://.godot/imported/player-Layer 5.png-f6df3f22bdd8a4f3b2a581cc00ceda44.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 1 KiB

After

Width:  |  Height:  |  Size: 1 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bfw5h4af15wth" uid="uid://bfw5h4af15wth"
path="res://.godot/imported/player-Layer 6.png-03455c0a779dcd91c6246fbdb2b2ae36.ctex" path="res://.godot/imported/player-Layer 6.png-f1cf81b1232504e250c598018d463c5c.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/player-Layer 6.png" source_file="res://assets/export/player-Layer 6.png"
dest_files=["res://.godot/imported/player-Layer 6.png-03455c0a779dcd91c6246fbdb2b2ae36.ctex"] dest_files=["res://.godot/imported/player-Layer 6.png-f1cf81b1232504e250c598018d463c5c.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 100 B

After

Width:  |  Height:  |  Size: 100 B

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cownabyc1p26u" uid="uid://cownabyc1p26u"
path="res://.godot/imported/playerLayer 3.png-3c55a2464b41dbe1f4f95c7a2afd68af.ctex" path="res://.godot/imported/playerLayer 3.png-19d44d1532490179ac87e2d5d4a2e2ef.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/playerLayer 3.png" source_file="res://assets/export/playerLayer 3.png"
dest_files=["res://.godot/imported/playerLayer 3.png-3c55a2464b41dbe1f4f95c7a2afd68af.ctex"] dest_files=["res://.godot/imported/playerLayer 3.png-19d44d1532490179ac87e2d5d4a2e2ef.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 707 B

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cv731yjx5v71a" uid="uid://cv731yjx5v71a"
path="res://.godot/imported/punch-.png-4e323fd42c23a8ad0f0fad03c50684e7.ctex" path="res://.godot/imported/punch-.png-0d4c585a346b088b7f81847a43a045e4.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/punch-.png" source_file="res://assets/export/punch-.png"
dest_files=["res://.godot/imported/punch-.png-4e323fd42c23a8ad0f0fad03c50684e7.ctex"] dest_files=["res://.godot/imported/punch-.png-0d4c585a346b088b7f81847a43a045e4.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

View file

@ -3,15 +3,15 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://bjc73l7m3gdkx" uid="uid://bjc73l7m3gdkx"
path="res://.godot/imported/shitpost-.png-4755191aebf47c8b97b9d96299bbc02d.ctex" path="res://.godot/imported/shitpost-.png-a08331b57c20d55e1623d36ac16acbfd.ctex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/art/export/shitpost-.png" source_file="res://assets/export/shitpost-.png"
dest_files=["res://.godot/imported/shitpost-.png-4755191aebf47c8b97b9d96299bbc02d.ctex"] dest_files=["res://.godot/imported/shitpost-.png-a08331b57c20d55e1623d36ac16acbfd.ctex"]
[params] [params]

View file

Before

Width:  |  Height:  |  Size: 254 KiB

After

Width:  |  Height:  |  Size: 254 KiB

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