Skip to content

Cloning and other parallel scripts #86

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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