Skip to content

Commit

Permalink
Enemy melee hitbox size decrease
Browse files Browse the repository at this point in the history
  • Loading branch information
Peazy committed Oct 11, 2024
1 parent 6c5a634 commit 9c2a2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Entities/Enemies/enemy.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ collision_layer = 0
input_pickable = false

[node name="CollisionShape2D" type="CollisionShape2D" parent="MeleeHitbox"]
position = Vector2(10, 0)
position = Vector2(9, 0)
shape = SubResource("CircleShape2D_be6k8")

[node name="MeleeCooldown" type="Timer" parent="."]
Expand Down
2 changes: 1 addition & 1 deletion Environment/level.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[ext_resource type="AudioStream" uid="uid://cg55s7fc3qhj7" path="res://Audio/BlinkingForest.wav" id="14_wobt4"]
[ext_resource type="PackedScene" uid="uid://b2yrjlexgqqvi" path="res://addons/audio-manager/AudioManager.tscn" id="15_x2i1p"]
[ext_resource type="AudioStream" uid="uid://cunocf1xhfdmh" path="res://Audio/DM-CGS-05.wav" id="16_q6dal"]
[ext_resource type="PackedScene" path="res://GameOver/pause.tscn" id="17_2iriu"]
[ext_resource type="PackedScene" uid="uid://cy0ysfjv13jbg" path="res://GameOver/pause.tscn" id="17_2iriu"]
[ext_resource type="AudioStream" uid="uid://cis1lwoc1cjh4" path="res://Audio/DM-CGS-21.wav" id="17_2txqe"]
[ext_resource type="AudioStream" uid="uid://drpdgw2vy2vyv" path="res://Audio/DM-CGS-48.wav" id="19_uu4en"]
[ext_resource type="AudioStream" uid="uid://7ina4stnrot3" path="res://Audio/DM-CGS-43.wav" id="20_00w2k"]
Expand Down

0 comments on commit 9c2a2d2

Please sign in to comment.