Feature/appearance #6

Merged
ilia merged 9 commits from feature/appearance into main 2026-07-20 07:09:11 +00:00
Showing only changes of commit 89bf5289b1 - Show all commits
+1 -1
View File
@@ -158,7 +158,7 @@ export function managePerkViewsLifetime(views, game, container, textures) {
for (const ball of game.balls) {
if (!views.balls.has(ball)) {
const ballView = createBallView(ball);
const ballView = createBallView(ball, textures['/sprites/fire_ball_1.png']);
container.addChild(ballView);
views.balls.set(ball, ballView);
}