Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandevai committed Apr 20, 2020
1 parent 430fc77 commit ea2b61f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/main.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -1552,9 +1552,9 @@
;;; Game ;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(fn update-game-debug []
(when (btnp 6)
(spawn-enemy :anglerfish)))
;(fn update-game-debug []
;(when (btnp 6)
;(spawn-enemy :anglerfish)))

(fn draw-healthbar [x y n]
;; Health icon
Expand Down Expand Up @@ -1669,7 +1669,7 @@
(set *cam*.offsetx 0)))

(*player*:update)
(update-game-debug)
;(update-game-debug)
(update-enemy-spawners))

;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;
Expand Down

0 comments on commit ea2b61f

Please sign in to comment.