Movie.newActor and ActorFlxSprite constructor

This commit is contained in:
2021-10-28 12:24:12 -04:00
parent 02b39bf2a8
commit 2feee885a1

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))