Skip to content

Needs a line to remove the coloured balls #8

@thatguyfig

Description

@thatguyfig

something like the following works nice for me:

//apply friction to the balls
for (int i =0; i<balls.length; i++) {
balls[i].update();
balls[i].isInHole();
}
whiteBall.update();

balls[i].update() ;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions