Movie.newActor and ActorFlxSprite constructor

This commit is contained in:
2021-10-28 12:24:12 -04:00
parent 3d0940bfe2
commit 385a2dcfa1
3 changed files with 28 additions and 1 deletions

View File

@@ -44,4 +44,8 @@
(dictSet shownScenes name true)
FirstAppearance
})
cc))
cc))
(method newActor [name :Actor actor :Continuation cc]
(dictSet actors name actor)
(cc))