Skip to content

Commit 9551cce

Browse files
Made the hitbox for the death orb render
Kinda sad that this has probably been broken since I added the death orb
1 parent 8ffe113 commit 9551cce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/game/playing/hitboxes.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,8 @@ pub fn hitbox_draw(
363363
}
364364

365365
if object.id == 4
366-
|| object.id == 22 {
366+
|| object.id == 22
367+
|| object.id == 26 {
367368
draw_rectangle_lines(
368369
object.x as f32 - 10.0 - world_offset,
369370
obj_y as f32 - 10.0 + player_cam_y as f32,

0 commit comments

Comments
 (0)