refactor: moves apps outside of apps/ path
This commit is contained in:
parent
b2d1a5ae9e
commit
c85e2e2357
45 changed files with 4 additions and 3 deletions
6
penfield/src/data/intros.ts
Normal file
6
penfield/src/data/intros.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const intros = [
|
||||
{ text: "You wake up. Your <b>Penfield</b> thrums." },
|
||||
{ text: "Your <b>Penfield Mood Organ</b> chimes." },
|
||||
{ text: "Your <b>Penfield Mood Organ</b> wakes you." },
|
||||
{ text: "You are awoken by your <b>Penfield Mood Organ</b>." },
|
||||
];
|
||||
17
penfield/src/data/moods.ts
Normal file
17
penfield/src/data/moods.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
export const moods = [
|
||||
{ num: 3, text: "Desire to dial" },
|
||||
{ num: 382, text: "Desire to engage in creative activity" },
|
||||
{ num: 481, text: "Awareness of the manifold possibilities open in the future" },
|
||||
{ num: 594, text: "Pleased acknowledgment of husband's superior wisdom" },
|
||||
{ num: 670, text: "Long-deserved peace" },
|
||||
{ num: 888, text: "Desire to watch TV, no matter what's on" },
|
||||
{ num: 443, text: "Self-accusatory depression" },
|
||||
{ num: 72, text: "Vague unease about tomorrow" },
|
||||
{ num: 158, text: "Acceptance of routine" },
|
||||
{ num: 291, text: "Brief contentment with material possessions" },
|
||||
{ num: 407, text: "Suppressed awareness of mortality" },
|
||||
{ num: 531, text: "Calm readiness to consume" },
|
||||
{ num: 816, text: "Desire to return to bed" },
|
||||
{ num: 952, text: "Resigned compliance" },
|
||||
{ num: 64, text: "Faint hope that things will improve" },
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue