diff --git a/desktop/resources/inside-antique/smoke-particle b/desktop/resources/inside-antique/smoke-particle index b04c8d80..0656fbc5 100644 --- a/desktop/resources/inside-antique/smoke-particle +++ b/desktop/resources/inside-antique/smoke-particle @@ -150,3 +150,164 @@ behind: false premultipliedAlpha: false - Image Path - dot.png + + +Untitled +- Delay - +active: true +lowMin: 1500.0 +lowMax: 1500.0 +- Duration - +lowMin: 400.0 +lowMax: 400.0 +- Count - +min: 0 +max: 500 +- Emission - +lowMin: 0.0 +lowMax: 0.0 +highMin: 20.0 +highMax: 20.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Life - +lowMin: 0.0 +lowMax: 0.0 +highMin: 500.0 +highMax: 500.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Life Offset - +active: false +- X Offset - +active: false +- Y Offset - +active: false +- Spawn Shape - +shape: point +- Spawn Width - +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Spawn Height - +lowMin: 0.0 +lowMax: 0.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Scale - +lowMin: 0.0 +lowMax: 0.0 +highMin: 8.0 +highMax: 1.0 +relative: false +scalingCount: 4 +scaling0: 0.0 +scaling1: 0.1632653 +scaling2: 0.63265306 +scaling3: 0.4489796 +timelineCount: 4 +timeline0: 0.0 +timeline1: 0.26027396 +timeline2: 0.31506848 +timeline3: 0.6164383 +- Velocity - +active: true +lowMin: 0.0 +lowMax: 0.0 +highMin: 50.0 +highMax: 40.0 +relative: false +scalingCount: 1 +scaling0: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Angle - +active: true +lowMin: 0.0 +lowMax: -20.0 +highMin: 15.0 +highMax: 0.0 +relative: true +scalingCount: 2 +scaling0: 0.0 +scaling1: 1.0 +timelineCount: 2 +timeline0: 0.0 +timeline1: 0.42465752 +- Rotation - +active: true +lowMin: 50.0 +lowMax: 30.0 +highMin: 0.0 +highMax: 0.0 +relative: false +scalingCount: 2 +scaling0: 1.0 +scaling1: 0.0 +timelineCount: 2 +timeline0: 0.0 +timeline1: 1.0 +- Wind - +active: false +- Gravity - +active: true +lowMin: 0.0 +lowMax: 0.0 +highMin: 30.0 +highMax: 50.0 +relative: false +scalingCount: 2 +scaling0: 0.0 +scaling1: 1.0 +timelineCount: 2 +timeline0: 0.0 +timeline1: 0.4520548 +- Tint - +colorsCount: 3 +colors0: 1.0 +colors1: 1.0 +colors2: 1.0 +timelineCount: 1 +timeline0: 0.0 +- Transparency - +lowMin: 0.0 +lowMax: 0.0 +highMin: 1.0 +highMax: 1.0 +relative: false +scalingCount: 4 +scaling0: 0.01754386 +scaling1: 1.0 +scaling2: 0.8947368 +scaling3: 0.14035088 +timelineCount: 4 +timeline0: 0.0 +timeline1: 0.0890411 +timeline2: 0.5890411 +timeline3: 1.0 +- Options - +attached: false +continuous: false +aligned: false +additive: false +behind: false +premultipliedAlpha: false +- Image Path - +dot.png diff --git a/desktop/src-common/advent/screens/rooms/inside_antique.clj b/desktop/src-common/advent/screens/rooms/inside_antique.clj index e6d3013a..78463864 100644 --- a/desktop/src-common/advent/screens/rooms/inside_antique.clj +++ b/desktop/src-common/advent/screens/rooms/inside_antique.clj @@ -224,7 +224,7 @@ (if (= 3 (get-in @entities [:state :mints-eaten])) (do (actions/walk-to entities :ego [159 62] :face :right) - (actions/update-state entities (fn [s] (assoc s :mints-eaten 0))) + #_(actions/update-state entities (fn [s] (assoc s :mints-eaten 0)) (actions/do-dialogue entities :ego "She's all out." :shopkeep "That's right I'm all out."