From ea8fb5426b0f065b4ef508bb33c2baf30df6b5a4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 28 Feb 2021 17:58:15 -0500 Subject: Simplified "animation" map sprite parameter The filenames for these are fairly regular, and we're gonna want to abstract it away further later on anyway. --- res/maps/hallucination_beach.tmx | 2 +- res/maps/hallucination_hot_spring.tmx | 2 +- res/maps/hallucination_interior.tmx | 6 +++--- res/maps/pink_shell.tmx | 2 +- res/maps/underwater_start.tmx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'res/maps') diff --git a/res/maps/hallucination_beach.tmx b/res/maps/hallucination_beach.tmx index ce6c830..9830cf5 100644 --- a/res/maps/hallucination_beach.tmx +++ b/res/maps/hallucination_beach.tmx @@ -43,7 +43,7 @@ - + diff --git a/res/maps/hallucination_hot_spring.tmx b/res/maps/hallucination_hot_spring.tmx index b019681..7ccc0cb 100644 --- a/res/maps/hallucination_hot_spring.tmx +++ b/res/maps/hallucination_hot_spring.tmx @@ -36,7 +36,7 @@ - + diff --git a/res/maps/hallucination_interior.tmx b/res/maps/hallucination_interior.tmx index 55e5506..a4ff7b3 100644 --- a/res/maps/hallucination_interior.tmx +++ b/res/maps/hallucination_interior.tmx @@ -98,7 +98,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -126,7 +126,7 @@ - + diff --git a/res/maps/pink_shell.tmx b/res/maps/pink_shell.tmx index 12eea42..ecff5a8 100644 --- a/res/maps/pink_shell.tmx +++ b/res/maps/pink_shell.tmx @@ -51,7 +51,7 @@ - + diff --git a/res/maps/underwater_start.tmx b/res/maps/underwater_start.tmx index 0ced9c4..cd73e07 100644 --- a/res/maps/underwater_start.tmx +++ b/res/maps/underwater_start.tmx @@ -82,7 +82,7 @@ - + -- cgit 1.4.1