refactor bubble

This commit is contained in:
laugos
2025-05-22 21:47:25 -04:00
parent a8f063e25f
commit 1cb96a333b
4 changed files with 26 additions and 27 deletions

View File

@@ -80,7 +80,7 @@ public:
[[nodiscard]] int getWidth() const { return width; }
[[nodiscard]] int getHeight() const { return height; }
void addFish();
void addBubble(float x, float y);
void addBubble(size_t x, size_t y);
void addSeaweed();
void addWaterline();
void addCastle();