From 849b581eb8900935341366c426dddf4f263d5615 Mon Sep 17 00:00:00 2001 From: Bryce Covert Date: Sun, 26 Jul 2015 22:29:13 -0700 Subject: [PATCH] bounding box fix --- desktop/gametodos.txt | 2 -- desktop/src-common/advent/screens/rooms/inside_jail.clj | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 51807e51..fa7b1877 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -3,8 +3,6 @@ + drool icon + loop sounds update every frame instead of each play + shitty plates -+ sudden night befoe switching -+ too small area for bars + more visible crowbar + sack lunch should spoil + swinging axe at second doesn't seem right diff --git a/desktop/src-common/advent/screens/rooms/inside_jail.clj b/desktop/src-common/advent/screens/rooms/inside_jail.clj index da118d8a..346628b6 100644 --- a/desktop/src-common/advent/screens/rooms/inside_jail.clj +++ b/desktop/src-common/advent/screens/rooms/inside_jail.clj @@ -196,7 +196,7 @@ ] (rooms/make :music :inside-antique :interactions { - :lock {:box [178 102 184 124] + :lock {:box [172 102 190 124] :script (actions/get-script entities (actions/walk-to entities :ego [174 80] :face :right) (actions/play-animation entities :ego :reach)