From 5834a85dcfafd50a1863a00fc2daf2cf1e8bb7e9 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 15 Feb 2021 12:42:55 -0500 Subject: Added Doria Things to note about her: she does not have walking animations in the intercardinal directions. Also her disappearing animation needs a higher frame rate than the 30 FPS we currently have. --- res/scripts/map2.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'res/scripts') diff --git a/res/scripts/map2.lua b/res/scripts/map2.lua index cdab0f5..1249f7d 100644 --- a/res/scripts/map2.lua +++ b/res/scripts/map2.lua @@ -65,3 +65,7 @@ function map2.mailbox_lightning() WaitForEndOfMessage() HideCutsceneBars() end + +function map2.approach_doria() + SetAnimation("doria", "hearts") +end -- cgit 1.4.1