mirror of
https://gitlab.com/MaddoScientisto/cirnofarm.git
synced 2026-06-01 10:05:34 +00:00
Converted particles to actors
This commit is contained in:
parent
47e9d613dc
commit
c390096f4f
2 changed files with 39 additions and 30 deletions
|
|
@ -69,6 +69,10 @@ function _update()
|
|||
cirno.update()
|
||||
|
||||
weapons_manager.update()
|
||||
|
||||
for b in all(actors) do
|
||||
b:update()
|
||||
end
|
||||
end
|
||||
|
||||
LAYERS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue