diff --git a/desktop/resources/cursor_light.png b/desktop/resources/cursor_light.png index eede0d20..d59f07e8 100644 Binary files a/desktop/resources/cursor_light.png and b/desktop/resources/cursor_light.png differ diff --git a/desktop/src-common/advent/utils.clj b/desktop/src-common/advent/utils.clj index 854a415f..a5f7d9ac 100644 --- a/desktop/src-common/advent/utils.clj +++ b/desktop/src-common/advent/utils.clj @@ -83,7 +83,9 @@ chapters (if (.contains prefs "chapters") (edn/read-string (.getString prefs "chapters")) saves/chapters) - chapters (assoc chapters chapter {:state (entities :state)})] + chapters (assoc chapters chapter {:state (assoc (entities :state) + :x (get-in entities [:room :entities :ego :x]) + :y (get-in entities [:room :entities :ego :y]))})] (.putString prefs "chapters" (pr-str chapters)) (.flush prefs)))