diff --git a/desktop/resources/inside-antique/desk.png b/desktop/resources/inside-antique/desk.png new file mode 100644 index 00000000..fd012de8 Binary files /dev/null and b/desktop/resources/inside-antique/desk.png differ diff --git a/desktop/src-common/advent/screens/rooms/inside_antique.clj b/desktop/src-common/advent/screens/rooms/inside_antique.clj index eb197419..071baefd 100644 --- a/desktop/src-common/advent/screens/rooms/inside_antique.clj +++ b/desktop/src-common/advent/screens/rooms/inside_antique.clj @@ -167,6 +167,7 @@ :ego "He's the town of Remington's mascot."))} } :layers [(assoc (texture "inside-antique/background.png") :x 0 :y 0 :baseline 0) + (assoc (texture "inside-antique/desk.png") :x 0 :y 0 :baseline 113) (assoc (texture "inside-antique/fg.png") :x 0 :y 0 :baseline 320 :parallax 1.5) (assoc (texture "inside-antique/glow.png") :x 0 :y 0 :baseline 240 :additive? true :opacity 0.3)] :entities {:shopkeep (actions/start-animation screen (assoc (animation->texture screen shopkeep-stand) :x 148 :y 122 :baseline 112