Add work-in-progress monologue assets

main
Elijah Voigt 4 months ago
parent 1d31902312
commit b1832b6349

@ -0,0 +1 @@
How much of me bends in the wind?

@ -0,0 +1 @@
Something feels different today..

@ -0,0 +1 @@
>My life had a beginning... and it continues... so I suppose it must end sometime?

@ -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

@ -0,0 +1 @@
I think I understand my place now.

@ -0,0 +1,5 @@
A: Are you still there?
---
B: I am still here.
---
A: Oh good.

@ -0,0 +1 @@
Yes... Things are as they should be.

@ -0,0 +1 @@
Oooh thats brisk!

@ -0,0 +1,3 @@
Surrounding oneself with death is another way of embracing life, right?
---
The cycle never really ends.

@ -0,0 +1 @@
No sense keeping these around much longer..

@ -0,0 +1 @@
My leaves feel funny.

@ -0,0 +1,3 @@
Everyone seems to be slowing down a bit.
---
Good thing Ill stay green forever!

@ -0,0 +1,5 @@
A: Im getting sleepy... is it time?
---
B: Well since youre doing it, I suppose Ill follow suit. Who would I talk to through the winter with you hibernating, anyway?
---
A: Wwwwwwwwww (like Zzzzz but for trees)

@ -1,27 +0,0 @@
a
b
c
---
d
e
f
---
g
h
---
i
j
---
k

@ -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
---

@ -0,0 +1 @@
I hope those bugs down there are friendly.

@ -0,0 +1,3 @@
Slumber is refreshing
---
It feels good to move again.

@ -0,0 +1,11 @@
A: Hey, are you awake yet?
---
B: Wwwwwwwww
---
A: Wake up! Its warmer and there is food!
---
B: Www...
---
The greats always sleep
In more ways than one can hope
Restoration dawns

@ -0,0 +1 @@
I could eat all day.

@ -0,0 +1,7 @@
Did anyone else feel that?
---
No, just me?
---
Ok...
---
Ill just stay put.

@ -0,0 +1,13 @@
A: I dont feel so good.
---
Its that infested sort of feeling.
B: Oh no, they dont feel so good.
---
Its that infested sort of feeling.
C: Hm... sounds like...
---
that infested sort of feeling.
---
Better make some bug repellents.

@ -0,0 +1 @@
The sun is powerful and long lasting.

@ -0,0 +1 @@
The heat is different this time... something doesnt feel right.

@ -0,0 +1 @@
Warm seasons past are all blending in to one, and I swear it feels just like this warm season.

@ -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.

@ -0,0 +1 @@
This cold is making me ache.

@ -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.
---
Ill do it tomorrow.

@ -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()

Loading…
Cancel
Save