forked from VoxeLibre/VoxeLibre
Add notes
This commit is contained in:
parent
15ea9c1c71
commit
6db4511dd5
|
@ -167,7 +167,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
--the main loop
|
||||||
mobs.mob_step = function(self, dtime)
|
mobs.mob_step = function(self, dtime)
|
||||||
|
|
||||||
--do not continue if non-existent
|
--do not continue if non-existent
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
--make mobs scan players and check distance then if direct line of sight then add to list and go after whichever one is closer
|
Loading…
Reference in New Issue