wtf I don't know

This commit is contained in:
2023-08-28 01:00:22 +02:00
parent a9fcca4246
commit ff7acaa28e
16 changed files with 47 additions and 22 deletions

View File

@@ -5,5 +5,4 @@ sounds=group("audio/enemies/1")
sounds.loop:setLooping(true)
enemyBasic.super.new(self,x,y,sounds)
sounds.loop:play()
end