Skip to content

[THOUGHT] would render function allow deeper coding #5

@lewislepton

Description

@lewislepton

just a thought, but would it makes more sense to allow render function to allow verlet to be much deeper. easier in some respects, since it would go in the same way that most kha things go?

just a thought

so rather than just having new Tire(new Vector2(200, 200) 300);
/which will draw it down

you can then have

tire = new Tire(new Vector2(200, 200) 300);
tire.render(graphics);

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