diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 973d1ef4..7a00daa5 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -6,8 +6,6 @@ PROGRAMMING + try to have dialogue for every wrong interaction + preload all sounds + behind house left direction not great -+ spying broken -+ still can get into dialogue deadlock somehow IOS + all mp3s diff --git a/desktop/src-common/advent/actions.clj b/desktop/src-common/advent/actions.clj index 395d0b97..8b5dceff 100644 --- a/desktop/src-common/advent/actions.clj +++ b/desktop/src-common/advent/actions.clj @@ -443,7 +443,7 @@ (assoc-in [:state :active?] true) (assoc-in [:cursor :override] nil))) (skip-type [this screen entities] - :skip)) + :none)) (let [zipper (nth-child zipper (inc (* 2 @selected-index))) node (zip/node zipper)]