Skip to content

Commit

Permalink
whoops how did this not get in
Browse files Browse the repository at this point in the history
  • Loading branch information
Skirlez committed Nov 30, 2021
1 parent 4fcb122 commit f833c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cate-gms2/objects/obj_manager/Draw_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ if paused == false {

if instance_exists(object) {

if keyboard_check_pressed(ord("Q"))
object.hp = 0
//if keyboard_check_pressed(ord("Q"))
// object.hp = 0

if global.attackcooldown > 0 {
draw_sprite(spr_varframe, 0, 320, 50)
Expand Down

0 comments on commit f833c08

Please sign in to comment.