Is your feature request related to a problem? Please describe.
Not exactly a problem. Currently, in the special effects fruit game mode, the “apple” is represented as a simple red square. I would like to redesign it so that it visually resembles an actual apple.
Describe the solution you'd like
Replace the current red square by drawing a circular apple shape using the existing Python code
Add a small stem (cabo) on top of the circle, also rendered using the same drawing logic
Maintain the same size, position, and behavior — only change the visual representation
Additional context
This change would make the fruit more visually appealing and easier to distinguish, improving the overall appearance of the special fruit mode.
Is your feature request related to a problem? Please describe.
Not exactly a problem. Currently, in the special effects fruit game mode, the “apple” is represented as a simple red square. I would like to redesign it so that it visually resembles an actual apple.
Describe the solution you'd like
Replace the current red square by drawing a circular apple shape using the existing Python code
Add a small stem (cabo) on top of the circle, also rendered using the same drawing logic
Maintain the same size, position, and behavior — only change the visual representation
Additional context
This change would make the fruit more visually appealing and easier to distinguish, improving the overall appearance of the special fruit mode.