From 59dfd3da4d3e5d4a368a664c51c22bbdc8ff2ca4 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sat, 13 Feb 2021 10:11:23 -0500 Subject: Added sprite shadows --- src/map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map.h') diff --git a/src/map.h b/src/map.h index 2d448e4..7dbe613 100644 --- a/src/map.h +++ b/src/map.h @@ -23,6 +23,7 @@ struct Prototype { vec2i collisionSize; std::string animationFilename; std::string interactionScript; + bool shadow = false; }; struct Trigger { -- cgit 1.4.1