From b79884e5d28357fb85cb4d3a974c5ff076fb63a4 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sat, 11 Mar 2023 12:59:26 +0100 Subject: [PATCH 1/2] some useless changes --- assets/textures/debug/banana.png.import | 2 +- assets/textures/debug/cupcake.png.import | 2 +- assets/textures/debug/debugitem_one64.png.import | 2 +- assets/textures/debug/dummy-player-normal.png.import | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/textures/debug/banana.png.import b/assets/textures/debug/banana.png.import index 5e061d8..da00b03 100644 --- a/assets/textures/debug/banana.png.import +++ b/assets/textures/debug/banana.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/banana.png-50380ed0796f86b0b05039176725d8eb.c [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 -compress/bptc_ldr=0 compress/normal_map=0 compress/channel_pack=0 mipmaps/generate=false diff --git a/assets/textures/debug/cupcake.png.import b/assets/textures/debug/cupcake.png.import index 56756b2..0c0530c 100644 --- a/assets/textures/debug/cupcake.png.import +++ b/assets/textures/debug/cupcake.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/cupcake.png-e641a112586eeca5f723ee6aa32d7f28. [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 -compress/bptc_ldr=0 compress/normal_map=0 compress/channel_pack=0 mipmaps/generate=false diff --git a/assets/textures/debug/debugitem_one64.png.import b/assets/textures/debug/debugitem_one64.png.import index cf5640a..d9fbf39 100644 --- a/assets/textures/debug/debugitem_one64.png.import +++ b/assets/textures/debug/debugitem_one64.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/debugitem_one64.png-7941e59d1b01f784439647bcf [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 -compress/bptc_ldr=0 compress/normal_map=0 compress/channel_pack=0 mipmaps/generate=false diff --git a/assets/textures/debug/dummy-player-normal.png.import b/assets/textures/debug/dummy-player-normal.png.import index cae2b9c..826f58d 100644 --- a/assets/textures/debug/dummy-player-normal.png.import +++ b/assets/textures/debug/dummy-player-normal.png.import @@ -16,9 +16,9 @@ dest_files=["res://.godot/imported/dummy-player-normal.png-45a5eb1f003876b79db5d [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 compress/hdr_compression=1 -compress/bptc_ldr=0 compress/normal_map=0 compress/channel_pack=0 mipmaps/generate=false From e9241eff4669e5a42017af417b868dd9b893b810 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Sun, 12 Mar 2023 12:47:47 +0100 Subject: [PATCH 2/2] better slime collision shape --- scenes/tiles/enemies/slime.tscn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scenes/tiles/enemies/slime.tscn b/scenes/tiles/enemies/slime.tscn index 0c33e54..9319edc 100644 --- a/scenes/tiles/enemies/slime.tscn +++ b/scenes/tiles/enemies/slime.tscn @@ -36,8 +36,8 @@ animations = [{ }] [sub_resource type="CapsuleShape2D" id="CapsuleShape2D_e6mi3"] -radius = 9.0 -height = 46.0 +radius = 7.0 +height = 40.0 [node name="slime" type="CharacterBody2D" groups=["enemies"]] collision_layer = 8 @@ -53,7 +53,7 @@ sprite_frames = SubResource("SpriteFrames_bwr2v") frame_progress = 0.348187 [node name="collision_shape_2d" type="CollisionShape2D" parent="."] -position = Vector2(0, 28) +position = Vector2(0, 27) rotation = 1.5708 shape = SubResource("CapsuleShape2D_e6mi3")