Added the bunny! WIP. Has issues with turning around

This commit is contained in:
2026-06-21 18:28:15 -06:00
parent a20cfbe748
commit 2b7f22f4ce
21 changed files with 421 additions and 43 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 951 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://ckphhkwwkoel1"
path="res://.godot/imported/BunnyDead-Sheet.png-6dc8995528aa24b42eb30d96307909b6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/images/Bunny/BunnyDead-Sheet.png"
dest_files=["res://.godot/imported/BunnyDead-Sheet.png-6dc8995528aa24b42eb30d96307909b6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bmfb06aaharm1"
path="res://.godot/imported/BunnyHurt-Sheet.png-b0c39d4bb0afa12320972037754a9b59.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/images/Bunny/BunnyHurt-Sheet.png"
dest_files=["res://.godot/imported/BunnyHurt-Sheet.png-b0c39d4bb0afa12320972037754a9b59.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 858 B

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://bl55ade1p47rf"
path="res://.godot/imported/BunnyIdle-Sheet.png-83749da5d937db3f230e1bfc081052f6.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/images/Bunny/BunnyIdle-Sheet.png"
dest_files=["res://.godot/imported/BunnyIdle-Sheet.png-83749da5d937db3f230e1bfc081052f6.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://nr1dxc1p6fe8"
path="res://.godot/imported/BunnyRun-Sheet.png-369c48fd7cea6e925cc3742b9ce8784f.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/images/Bunny/BunnyRun-Sheet.png"
dest_files=["res://.godot/imported/BunnyRun-Sheet.png-369c48fd7cea6e925cc3742b9ce8784f.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://b7lpdtgg0gdgo"
path="res://.godot/imported/death.mp3-8ac1a1a196f2e7145a2f724dfe6ad661.mp3str"
[deps]
source_file="res://assets/sounds/death.mp3"
dest_files=["res://.godot/imported/death.mp3-8ac1a1a196f2e7145a2f724dfe6ad661.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4
Binary file not shown.
-24
View File
@@ -1,24 +0,0 @@
[remap]
importer="wav"
type="AudioStreamWAV"
uid="uid://07pjcmidpc1e"
path="res://.godot/imported/death.wav-75b3b960b42f4ac0e66fdefe9fd48ee1.sample"
[deps]
source_file="res://assets/sounds/death.wav"
dest_files=["res://.godot/imported/death.wav-75b3b960b42f4ac0e66fdefe9fd48ee1.sample"]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=2
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
[remap]
importer="mp3"
type="AudioStreamMP3"
uid="uid://7pkqsi6fv8hb"
path="res://.godot/imported/squish.mp3-5f7c0355334f8f69175ab1b44e280b29.mp3str"
[deps]
source_file="res://assets/sounds/squish.mp3"
dest_files=["res://.godot/imported/squish.mp3-5f7c0355334f8f69175ab1b44e280b29.mp3str"]
[params]
loop=false
loop_offset=0
bpm=0
beat_count=0
bar_beats=4