From 31dc0e443efc0aae48e11a0d98e699dbed5c7dcf Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 10 Feb 2021 12:11:27 -0500 Subject: Added fade out around map change Also moved script system first in the loop so that the camera can catch up before rendering. Also added a map change from map 2 back to map 1. --- res/maps/map1.tmx | 5 ++++- res/maps/map2.tmx | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'res/maps') diff --git a/res/maps/map1.tmx b/res/maps/map1.tmx index 282b2ed..8afb909 100644 --- a/res/maps/map1.tmx +++ b/res/maps/map1.tmx @@ -1,5 +1,5 @@ - + @@ -784,6 +784,9 @@ + + + diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx index 5bbe0c6..0f2e624 100644 --- a/res/maps/map2.tmx +++ b/res/maps/map2.tmx @@ -1,5 +1,5 @@ - + @@ -640,6 +640,11 @@ + + + + + -- cgit 1.4.1