repo.or.cz
/
Projeto-PCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consertando bug de pulo duplo, removendo controle teclado que nao era mais usado...
[Projeto-PCG.git]
/
enemymanager.lua
blob
2a796e016acb24889a74c3e18688fb60b54e1475
1
function
Enemy
(
t
)
2
local
weapon
=
t
.
weapon
3
regenemy
(
t
.
name
,
function
()
4
return
weapon
5
end
6
)
7
end