Movie.doDialog

This commit is contained in:
2021-10-29 15:34:37 -04:00
parent 79eaf5b4ec
commit f71f9da8f9

View File

@@ -73,4 +73,7 @@
*/
// TODO moveCharacter remove them, add them to another scene
// TODO moveCharacterAndFollow remove them, add them to another scene, set that the scene
// TODO moveCharacterAndFollow remove them, add them to another scene, set that the scene
(method doDialog [actorName text cc]
(director.showDialog (dictGet .characters (_currentScene) actorName) text cc))