Skip to content

Cloning and other parallel scripts #86

@BookOwl

Description

@BookOwl

I've been thinking about how to add cloning to Slither, and this is what I came up with:
We would replace
clone
with clone = sprite.clone(), and
start
with

@sprite.whenIStartAsAClone
def cloned(clone):
     # clone is the new clone of sprite
     pass

@Tymewalk, what do you think?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions