From b1832b6349248aa8722a8fb4826adb33f32abc5a Mon Sep 17 00:00:00 2001 From: Elijah Voigt Date: Fri, 11 Jul 2025 15:31:06 -0700 Subject: [PATCH] Add work-in-progress monologue assets --- assets/trees/any/bending.mono | 1 + assets/trees/any/different.mono | 1 + assets/trees/any/dot-dot-dot.mono | 1 + assets/trees/any/endings.mono | 1 + assets/trees/{red.mono => any/industry.mono} | 10 ------- assets/trees/any/place.mono | 1 + assets/trees/any/there.mono | 5 ++++ assets/trees/any/zen.mono | 1 + assets/trees/autumn/brisk.mono | 1 + assets/trees/autumn/cycles.mono | 3 ++ assets/trees/autumn/drop.mono | 1 + assets/trees/autumn/funny.mono | 1 + assets/trees/autumn/green-forever.mono | 3 ++ assets/trees/autumn/sleepy.mono | 5 ++++ assets/trees/blue.mono | 27 ------------------ assets/trees/green.mono | 29 -------------------- assets/{ => trees}/placeholder/tree.png | 0 assets/{ => trees}/placeholder/tree.xcf | 0 assets/trees/spring/bugs.mono | 1 + assets/trees/spring/up-again.mono | 3 ++ assets/trees/spring/wake-up.mono | 11 ++++++++ assets/trees/summer/heat.mono | 1 + assets/trees/summer/hungry.mono | 1 + assets/trees/summer/livin-the-dream.mono | 1 + assets/trees/summer/paranoid.mono | 7 +++++ assets/trees/summer/sick.mono | 13 +++++++++ assets/trees/summer/sun.mono | 1 + assets/trees/summer/uneasy.mono | 1 + assets/trees/summer/warm.mono | 1 + assets/trees/summer/yellow.mono | 5 ++++ assets/trees/winter/ache.mono | 1 + assets/trees/winter/dot-dot-dot.mono | 1 + assets/trees/winter/hmm.mono | 1 + assets/trees/winter/lazy.mono | 3 ++ assets/trees/winter/quiet.mono | 1 + assets/trees/winter/sigh.mono | 1 + assets/trees/winter/sleepy.mono | 1 + assets/trees/winter/wwww.mono | 1 + src/bin/trees/main.rs | 2 +- 39 files changed, 82 insertions(+), 67 deletions(-) create mode 100644 assets/trees/any/bending.mono create mode 100644 assets/trees/any/different.mono create mode 100644 assets/trees/any/dot-dot-dot.mono create mode 100644 assets/trees/any/endings.mono rename assets/trees/{red.mono => any/industry.mono} (71%) create mode 100644 assets/trees/any/place.mono create mode 100644 assets/trees/any/there.mono create mode 100644 assets/trees/any/zen.mono create mode 100644 assets/trees/autumn/brisk.mono create mode 100644 assets/trees/autumn/cycles.mono create mode 100644 assets/trees/autumn/drop.mono create mode 100644 assets/trees/autumn/funny.mono create mode 100644 assets/trees/autumn/green-forever.mono create mode 100644 assets/trees/autumn/sleepy.mono delete mode 100644 assets/trees/blue.mono delete mode 100644 assets/trees/green.mono rename assets/{ => trees}/placeholder/tree.png (100%) rename assets/{ => trees}/placeholder/tree.xcf (100%) create mode 100644 assets/trees/spring/bugs.mono create mode 100644 assets/trees/spring/up-again.mono create mode 100644 assets/trees/spring/wake-up.mono create mode 100644 assets/trees/summer/heat.mono create mode 100644 assets/trees/summer/hungry.mono create mode 100644 assets/trees/summer/livin-the-dream.mono create mode 100644 assets/trees/summer/paranoid.mono create mode 100644 assets/trees/summer/sick.mono create mode 100644 assets/trees/summer/sun.mono create mode 100644 assets/trees/summer/uneasy.mono create mode 100644 assets/trees/summer/warm.mono create mode 100644 assets/trees/summer/yellow.mono create mode 100644 assets/trees/winter/ache.mono create mode 100644 assets/trees/winter/dot-dot-dot.mono create mode 100644 assets/trees/winter/hmm.mono create mode 100644 assets/trees/winter/lazy.mono create mode 100644 assets/trees/winter/quiet.mono create mode 100644 assets/trees/winter/sigh.mono create mode 100644 assets/trees/winter/sleepy.mono create mode 100644 assets/trees/winter/wwww.mono diff --git a/assets/trees/any/bending.mono b/assets/trees/any/bending.mono new file mode 100644 index 0000000..38d3dff --- /dev/null +++ b/assets/trees/any/bending.mono @@ -0,0 +1 @@ +How much of me bends in the wind? diff --git a/assets/trees/any/different.mono b/assets/trees/any/different.mono new file mode 100644 index 0000000..ff8eb14 --- /dev/null +++ b/assets/trees/any/different.mono @@ -0,0 +1 @@ +Something feels different today.. diff --git a/assets/trees/any/dot-dot-dot.mono b/assets/trees/any/dot-dot-dot.mono new file mode 100644 index 0000000..eb1ae45 --- /dev/null +++ b/assets/trees/any/dot-dot-dot.mono @@ -0,0 +1 @@ +... diff --git a/assets/trees/any/endings.mono b/assets/trees/any/endings.mono new file mode 100644 index 0000000..f0bc9ac --- /dev/null +++ b/assets/trees/any/endings.mono @@ -0,0 +1 @@ +>My life had a beginning... and it continues... so I suppose it must end sometime? diff --git a/assets/trees/red.mono b/assets/trees/any/industry.mono similarity index 71% rename from assets/trees/red.mono rename to assets/trees/any/industry.mono index 75cfd72..191d1ec 100644 --- a/assets/trees/red.mono +++ b/assets/trees/any/industry.mono @@ -1,19 +1,9 @@ -### -# Industry -# Written by Elijah Voigt -# No copyright, it's bad on purpose -### - industry - --- - cars drone in the distance with no sign of stopping... the roar of a jet echos in the sky somewhere between takeoff and landing... a train in the distance warns of it's imminent arrival... - --- - industry diff --git a/assets/trees/any/place.mono b/assets/trees/any/place.mono new file mode 100644 index 0000000..77e3330 --- /dev/null +++ b/assets/trees/any/place.mono @@ -0,0 +1 @@ +I think I understand my place now. diff --git a/assets/trees/any/there.mono b/assets/trees/any/there.mono new file mode 100644 index 0000000..64b63b0 --- /dev/null +++ b/assets/trees/any/there.mono @@ -0,0 +1,5 @@ +A: Are you still there? +--- +B: I am still here. +--- +A: Oh good. diff --git a/assets/trees/any/zen.mono b/assets/trees/any/zen.mono new file mode 100644 index 0000000..36cf50f --- /dev/null +++ b/assets/trees/any/zen.mono @@ -0,0 +1 @@ +Yes... Things are as they should be. diff --git a/assets/trees/autumn/brisk.mono b/assets/trees/autumn/brisk.mono new file mode 100644 index 0000000..93fda8c --- /dev/null +++ b/assets/trees/autumn/brisk.mono @@ -0,0 +1 @@ +Oooh that’s brisk! diff --git a/assets/trees/autumn/cycles.mono b/assets/trees/autumn/cycles.mono new file mode 100644 index 0000000..831526a --- /dev/null +++ b/assets/trees/autumn/cycles.mono @@ -0,0 +1,3 @@ +Surrounding oneself with death is another way of embracing life, right? +--- +The cycle never really ends. diff --git a/assets/trees/autumn/drop.mono b/assets/trees/autumn/drop.mono new file mode 100644 index 0000000..8f80ec4 --- /dev/null +++ b/assets/trees/autumn/drop.mono @@ -0,0 +1 @@ +No sense keeping these around much longer.. diff --git a/assets/trees/autumn/funny.mono b/assets/trees/autumn/funny.mono new file mode 100644 index 0000000..52e561a --- /dev/null +++ b/assets/trees/autumn/funny.mono @@ -0,0 +1 @@ +My leaves feel funny. diff --git a/assets/trees/autumn/green-forever.mono b/assets/trees/autumn/green-forever.mono new file mode 100644 index 0000000..e261950 --- /dev/null +++ b/assets/trees/autumn/green-forever.mono @@ -0,0 +1,3 @@ +Everyone seems to be slowing down a bit. +--- +Good thing I’ll stay green forever! diff --git a/assets/trees/autumn/sleepy.mono b/assets/trees/autumn/sleepy.mono new file mode 100644 index 0000000..6d2adb0 --- /dev/null +++ b/assets/trees/autumn/sleepy.mono @@ -0,0 +1,5 @@ +A: I’m getting sleepy... is it time? +--- +B: Well since you’re doing it, I suppose I’ll follow suit. Who would I talk to through the winter with you hibernating, anyway? +--- +A: Wwwwwwwwww (like ‘Zzzzz’ but for trees) diff --git a/assets/trees/blue.mono b/assets/trees/blue.mono deleted file mode 100644 index 5be9435..0000000 --- a/assets/trees/blue.mono +++ /dev/null @@ -1,27 +0,0 @@ -a - -b - -c - ---- - -d - -e - -f - ---- -g - -h ---- - -i - -j - ---- - -k diff --git a/assets/trees/green.mono b/assets/trees/green.mono deleted file mode 100644 index 1b56989..0000000 --- a/assets/trees/green.mono +++ /dev/null @@ -1,29 +0,0 @@ -# This empty dialog should be ignored ---- - -# This is a comment -this is one line of dialog - -this is another options - -# This is another comment ---- - -# this is -# a lot -# of comments -# back to back -together they can make poetry - -together they can tell a story -# and a few more for good measure - ---- - -# This should be ignored - ---- - -# This too - ---- diff --git a/assets/placeholder/tree.png b/assets/trees/placeholder/tree.png similarity index 100% rename from assets/placeholder/tree.png rename to assets/trees/placeholder/tree.png diff --git a/assets/placeholder/tree.xcf b/assets/trees/placeholder/tree.xcf similarity index 100% rename from assets/placeholder/tree.xcf rename to assets/trees/placeholder/tree.xcf diff --git a/assets/trees/spring/bugs.mono b/assets/trees/spring/bugs.mono new file mode 100644 index 0000000..00ad8b7 --- /dev/null +++ b/assets/trees/spring/bugs.mono @@ -0,0 +1 @@ +I hope those bugs down there are friendly. diff --git a/assets/trees/spring/up-again.mono b/assets/trees/spring/up-again.mono new file mode 100644 index 0000000..cac2763 --- /dev/null +++ b/assets/trees/spring/up-again.mono @@ -0,0 +1,3 @@ +Slumber is refreshing +--- +It feels good to move again. diff --git a/assets/trees/spring/wake-up.mono b/assets/trees/spring/wake-up.mono new file mode 100644 index 0000000..a6507e6 --- /dev/null +++ b/assets/trees/spring/wake-up.mono @@ -0,0 +1,11 @@ +A: Hey, are you awake yet? +--- +B: Wwwwwwwww +--- +A: Wake up! It’s warmer and there is food! +--- +B: Www... +--- +The greats always sleep +In more ways than one can hope +Restoration dawns diff --git a/assets/trees/summer/heat.mono b/assets/trees/summer/heat.mono new file mode 100644 index 0000000..ba4acf9 --- /dev/null +++ b/assets/trees/summer/heat.mono @@ -0,0 +1 @@ +So much heat. diff --git a/assets/trees/summer/hungry.mono b/assets/trees/summer/hungry.mono new file mode 100644 index 0000000..6ef2132 --- /dev/null +++ b/assets/trees/summer/hungry.mono @@ -0,0 +1 @@ +I could eat all day. diff --git a/assets/trees/summer/livin-the-dream.mono b/assets/trees/summer/livin-the-dream.mono new file mode 100644 index 0000000..df11c72 --- /dev/null +++ b/assets/trees/summer/livin-the-dream.mono @@ -0,0 +1 @@ +Livin’ the dream. diff --git a/assets/trees/summer/paranoid.mono b/assets/trees/summer/paranoid.mono new file mode 100644 index 0000000..c3564a5 --- /dev/null +++ b/assets/trees/summer/paranoid.mono @@ -0,0 +1,7 @@ +Did anyone else feel that? +--- +No, just me? +--- +Ok... +--- +I’ll just stay put. diff --git a/assets/trees/summer/sick.mono b/assets/trees/summer/sick.mono new file mode 100644 index 0000000..4fe7dea --- /dev/null +++ b/assets/trees/summer/sick.mono @@ -0,0 +1,13 @@ +A: I don’t feel so good. +--- +It’s that infested sort of feeling. + +B: Oh no, they don’t feel so good. +--- +It’s that infested sort of feeling. + +C: Hm... sounds like... +--- +that infested sort of feeling. +--- +Better make some bug repellents. diff --git a/assets/trees/summer/sun.mono b/assets/trees/summer/sun.mono new file mode 100644 index 0000000..904a328 --- /dev/null +++ b/assets/trees/summer/sun.mono @@ -0,0 +1 @@ +The sun is powerful and long lasting. diff --git a/assets/trees/summer/uneasy.mono b/assets/trees/summer/uneasy.mono new file mode 100644 index 0000000..239818f --- /dev/null +++ b/assets/trees/summer/uneasy.mono @@ -0,0 +1 @@ +The heat is different this time... something doesn’t feel right. diff --git a/assets/trees/summer/warm.mono b/assets/trees/summer/warm.mono new file mode 100644 index 0000000..f643e22 --- /dev/null +++ b/assets/trees/summer/warm.mono @@ -0,0 +1 @@ +Warm seasons past are all blending in to one, and I swear it feels just like this warm season. diff --git a/assets/trees/summer/yellow.mono b/assets/trees/summer/yellow.mono new file mode 100644 index 0000000..1111233 --- /dev/null +++ b/assets/trees/summer/yellow.mono @@ -0,0 +1,5 @@ +Of all the ways to be, I've chosen to be this way. There isn't exactly a reason why, but still I hold on to my way as if my life depends on it. +--- +Perhaps I am this way because my life experience up to this point has called for it, but who's to say my life circumstances won't change in an instant, and I need to adjust immediately? +--- +Ew. Yellow in July. diff --git a/assets/trees/winter/ache.mono b/assets/trees/winter/ache.mono new file mode 100644 index 0000000..1e7e5e5 --- /dev/null +++ b/assets/trees/winter/ache.mono @@ -0,0 +1 @@ +This cold is making me ache. diff --git a/assets/trees/winter/dot-dot-dot.mono b/assets/trees/winter/dot-dot-dot.mono new file mode 100644 index 0000000..eb1ae45 --- /dev/null +++ b/assets/trees/winter/dot-dot-dot.mono @@ -0,0 +1 @@ +... diff --git a/assets/trees/winter/hmm.mono b/assets/trees/winter/hmm.mono new file mode 100644 index 0000000..1cf5b23 --- /dev/null +++ b/assets/trees/winter/hmm.mono @@ -0,0 +1 @@ +hmm diff --git a/assets/trees/winter/lazy.mono b/assets/trees/winter/lazy.mono new file mode 100644 index 0000000..8bac603 --- /dev/null +++ b/assets/trees/winter/lazy.mono @@ -0,0 +1,3 @@ +ugh... I am so lazy. I should probably try to just make one leaf or something, right? I mean, other trees keep their leaves in the winter. +--- +I’ll do it tomorrow. diff --git a/assets/trees/winter/quiet.mono b/assets/trees/winter/quiet.mono new file mode 100644 index 0000000..b0da7ef --- /dev/null +++ b/assets/trees/winter/quiet.mono @@ -0,0 +1 @@ +It's so quiet diff --git a/assets/trees/winter/sigh.mono b/assets/trees/winter/sigh.mono new file mode 100644 index 0000000..40db52b --- /dev/null +++ b/assets/trees/winter/sigh.mono @@ -0,0 +1 @@ +*sigh* diff --git a/assets/trees/winter/sleepy.mono b/assets/trees/winter/sleepy.mono new file mode 100644 index 0000000..a579fbc --- /dev/null +++ b/assets/trees/winter/sleepy.mono @@ -0,0 +1 @@ +...sleepy... diff --git a/assets/trees/winter/wwww.mono b/assets/trees/winter/wwww.mono new file mode 100644 index 0000000..5de8f11 --- /dev/null +++ b/assets/trees/winter/wwww.mono @@ -0,0 +1 @@ +Wwwwwwww diff --git a/src/bin/trees/main.rs b/src/bin/trees/main.rs index d108963..979ede6 100644 --- a/src/bin/trees/main.rs +++ b/src/bin/trees/main.rs @@ -672,7 +672,7 @@ fn populate_tree( }; let material = MeshMaterial3d(materials.add(StandardMaterial { - base_color_texture: Some(server.load("placeholder/tree.png")), + base_color_texture: Some(server.load("trees/placeholder/tree.png")), base_color: WHITE.into(), alpha_mode: AlphaMode::Blend, ..default()