From ad04490ef84d7565fbec0fa878a21694ad2d61f0 Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 26 Aug 2025 10:55:18 +0500 Subject: guess that's all --- in_practice/breakout/textures/particle.png | Bin 0 -> 18912 bytes in_practice/breakout/textures/powerup_chaos.png | Bin 0 -> 31586 bytes in_practice/breakout/textures/powerup_confuse.png | Bin 0 -> 25342 bytes in_practice/breakout/textures/powerup_increase.png | Bin 0 -> 18972 bytes in_practice/breakout/textures/powerup_passthrough.png | Bin 0 -> 18356 bytes in_practice/breakout/textures/powerup_speed.png | Bin 0 -> 21825 bytes in_practice/breakout/textures/powerup_sticky.png | Bin 0 -> 15379 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 in_practice/breakout/textures/particle.png create mode 100644 in_practice/breakout/textures/powerup_chaos.png create mode 100644 in_practice/breakout/textures/powerup_confuse.png create mode 100644 in_practice/breakout/textures/powerup_increase.png create mode 100644 in_practice/breakout/textures/powerup_passthrough.png create mode 100644 in_practice/breakout/textures/powerup_speed.png create mode 100644 in_practice/breakout/textures/powerup_sticky.png (limited to 'in_practice/breakout/textures') diff --git a/in_practice/breakout/textures/particle.png b/in_practice/breakout/textures/particle.png new file mode 100644 index 0000000..bc0f6ba Binary files /dev/null and b/in_practice/breakout/textures/particle.png differ diff --git a/in_practice/breakout/textures/powerup_chaos.png b/in_practice/breakout/textures/powerup_chaos.png new file mode 100644 index 0000000..ef63643 Binary files /dev/null and b/in_practice/breakout/textures/powerup_chaos.png differ diff --git a/in_practice/breakout/textures/powerup_confuse.png b/in_practice/breakout/textures/powerup_confuse.png new file mode 100644 index 0000000..3a35153 Binary files /dev/null and b/in_practice/breakout/textures/powerup_confuse.png differ diff --git a/in_practice/breakout/textures/powerup_increase.png b/in_practice/breakout/textures/powerup_increase.png new file mode 100644 index 0000000..3e16390 Binary files /dev/null and b/in_practice/breakout/textures/powerup_increase.png differ diff --git a/in_practice/breakout/textures/powerup_passthrough.png b/in_practice/breakout/textures/powerup_passthrough.png new file mode 100644 index 0000000..bab3baf Binary files /dev/null and b/in_practice/breakout/textures/powerup_passthrough.png differ diff --git a/in_practice/breakout/textures/powerup_speed.png b/in_practice/breakout/textures/powerup_speed.png new file mode 100644 index 0000000..29fdbff Binary files /dev/null and b/in_practice/breakout/textures/powerup_speed.png differ diff --git a/in_practice/breakout/textures/powerup_sticky.png b/in_practice/breakout/textures/powerup_sticky.png new file mode 100644 index 0000000..80836d6 Binary files /dev/null and b/in_practice/breakout/textures/powerup_sticky.png differ -- cgit v1.2.3-70-g09d2