Skip to content

Commit 9166107

Browse files
add health to filenames that need it (#16)
* add health to filenames that need it * remove .idea * Update hit_box_2d.gd * add 4.4.1 to test pipeline
1 parent 1c802c6 commit 9166107

File tree

11 files changed

+2
-3
lines changed

11 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
max-parallel: 5
3737
matrix:
38-
godot-version: ['4.4']
38+
godot-version: ['4.4', '4.4.1']
3939

4040
steps:
4141
- name: Checkout Repository

addons/health_hitbox_hurtbox/2d/hit_box_2d/hit_box_2d.gd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ func _clone_actions() -> Array[HealthAction]:
5757
)
5858

5959
return dup
60-

addons/health_hitbox_hurtbox/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Health, HitBoxes, HurtBoxes, and HitScans"
44
description="2D and 3D Components to manage health, damage, and healing"
55
author="ClutteredCode"
6-
version="5.0.1"
6+
version="5.0.3"
77
script="plugin.gd"

0 commit comments

Comments
 (0)