Skip to content

Commit

Permalink
Add demo year-bound story
Browse files Browse the repository at this point in the history
  • Loading branch information
squarepear committed Feb 4, 2024
1 parent 78eae46 commit 4103999
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions project/story/demo_stories/year_bound_demo.gd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
extends SimpleStory

var text := "This story will not be shown during the player's freshman year."

var years := Year.not_in([ Year.Freshman ])

var options := {
"This is not my freshman year": {
"text": "See? I told you so!",
},
"This is my freshman year": {
"text": "If that's true, something is wrong. You should not be seeing this.",
},
}

0 comments on commit 4103999

Please sign in to comment.