pixequil / oso-game-1

Taking the OSO game's first chapter to the finish line!
MIT License
5 stars 5 forks source link

153 capsule gives posty the heavier #341

Closed pixequil closed 11 months ago

pixequil commented 1 year ago

NOT READY FOR MERGE!!!

Needs a pass for posty's expressions. I added a new label "needs directing" for this purpose.

closes #153, closes #152

Loggybears2 commented 1 year ago

oh I could add the expressions (loggybears from discord)

Loggybears2 commented 1 year ago

unfortunately I am still learning how to actually use github, but I will try

Loggybears2 commented 1 year ago

label .capsulefirst: scene bg museum_war show posty neutral # !! interaction needs directing!! show capsule pain show heavier #151 capsule "Hey! You there, do you mind helping me out with a favor?" p "Huh?" capsule "I need your help to carry this heavy item off of my hands!" p happy "Oh sure! No problem!" show capsule happy show heavier $ saw.war = True $ item.heavier = True "You got the {b}heavier{/b}!{p}This thing can remove a lot of fire from an area. It just requires a bit of elbow grease to get it working." hide heavier # capsule is thankful. Posty asks what a heavier even is, and Capsule explains what it is. It's the opposite of a lighter. Instead of adding fire to things, it removes fire from things. It's also heavy. p concerned "Oh wow! This sure is heavy... what even is this?" capsule "It's the opposite of a lighter. Instead of adding fire to things, it removes fire from things. It's also heavy." p confused quiet "..." jump museum_war

pixequil commented 1 year ago

you can use triple backticks for a more legible codeblock that allows line breaks

Loggybears2 commented 1 year ago

oh okay


    scene bg museum_war
    show posty neutral # !! interaction needs directing!!
    show capsule pain
    show heavier #151 
    capsule "Hey! You there, do you mind helping me out with a favor?"
    p "Huh?"
    capsule "I need your help to carry this heavy item off of my hands!"
    p happy "Oh sure! No problem!"
    show capsule happy
    show heavier 
    $ saw.war = True
    $ item.heavier = True
    "You got the {b}heavier{/b}!{p}This thing can remove a lot of fire from an area. It just requires a bit of elbow grease to get it working." 
    hide heavier # capsule is thankful. Posty asks what a heavier even is, and Capsule explains what it is. It's the opposite of a lighter. Instead of adding fire to things, it removes fire from things. It's also heavy.
    p concerned "Oh wow! This sure is heavy... what even is this?"
    capsule "It's the opposite of a lighter. Instead of adding fire to things, it removes fire from things. It's also heavy."
    p confused quiet "..."
    jump museum_war```