added now functional cannon needs projectiles (and alot more)

This commit is contained in:
2026-07-09 08:24:12 +02:00
parent f3a5647e5b
commit 1248390b11
23 changed files with 141 additions and 17 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class Game:
"enemy": load_image('/entities/enemies/enemy.png'),
"cannon": load_image('/entities/towers/cannon/shoot/0.png'),
"red_cannon": load_image('/entities/towers/cannon/red_cannon.png'),
"cannon/shoot": Animation(load_images('/entities/towers/cannon/shoot'), 10, False)
"cannon/shoot": Animation(load_images_alpha('/entities/towers/cannon/shoot'), 10, False)
}
self.screens = {