Movie.doDialog

This commit is contained in:
2021-10-29 15:34:37 -04:00
parent 16e002267c
commit f3460ab58f
3 changed files with 51 additions and 11 deletions

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