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 26, 2020
1 parent 254e5c7 commit a3a5af7
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 @@ -1583,9 +1583,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 @@ -1700,7 +1700,7 @@
(set *cam*.offsetx 0)))

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

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

0 comments on commit a3a5af7

Please sign in to comment.