From c57ae8c42c1f2f2ed576719c00cff5cf613fe650 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Thu, 16 Jun 2022 16:14:18 -0400 Subject: Added onUpdate logic to move the enemies etc Created some algorithm logic for enemy movement Allowed for default overrides --- maps/lvl1/proc.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maps/lvl1/proc.lua') diff --git a/maps/lvl1/proc.lua b/maps/lvl1/proc.lua index fec9ed5..579b5ba 100644 --- a/maps/lvl1/proc.lua +++ b/maps/lvl1/proc.lua @@ -1,4 +1,6 @@ require "include.constants"; +local default = require "include.defaults" function onKeyPress(key) + default.onKeyPress(key) end \ No newline at end of file -- cgit v1.2.3-54-g00ecf