Converted particles to actors

This commit is contained in:
MaddoScientisto 2024-04-26 11:30:53 +02:00
commit c390096f4f
2 changed files with 39 additions and 30 deletions

View file

@ -69,6 +69,10 @@ function _update()
cirno.update()
weapons_manager.update()
for b in all(actors) do
b:update()
end
end
LAYERS = {