From 032f60bc2686364f4df5bfb6c9faf86b84de31a6 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Tue, 9 Mar 2021 13:31:26 -0500 Subject: Added text for "yes" path of "let's switch places" #10 --- src/script_system.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/script_system.cpp') diff --git a/src/script_system.cpp b/src/script_system.cpp index a50fa7a..505957b 100644 --- a/src/script_system.cpp +++ b/src/script_system.cpp @@ -34,6 +34,7 @@ ScriptSystem::ScriptSystem(Game& game) : game_(game) { engine_.new_usertype( "sprite", + "alias", &Sprite::alias, "loc", &Sprite::loc, "dir", &Sprite::dir, "followers", &Sprite::followers, -- cgit 1.4.1