Skip to content

Commit

Permalink
Tutorial Lessons for "Thriving Culture"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDandolo authored Sep 4, 2023
1 parent 9093bb9 commit e755e4c
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
24 changes: 24 additions & 0 deletions common/tutorial_lessons/mr_objective_thriving_culture.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#########################
# MORGENRÖTE OBJECTIVES #
#########################

#by Marco Dandolo

#########################

thriving_culture = {
start_automatically = no
chain = lesson_chain_intro
delay = 0

# Welcome to Morgenröte
thriving_culture_welcome = {
text = "thriving_culture_welcome_desc"

gui_transition = {
button_id = "next"
button_text = "thriving_culture_lesson_button_skip"
target = lesson_finish
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#########################
# MORGENRÖTE OBJECTIVES #
#########################

#by Marco Dandolo

#########################

thriving_culture_complete = {
start_automatically = no
chain = lesson_chain_journal_guides

thriving_culture_complete_1 = {
text = "thriving_culture_complete_desc"

gui_transition = {
button_id = "next"
button_text = "tutorial_lesson_button_complete"
target = lesson_finish
}
}
}

0 comments on commit e755e4c

Please sign in to comment.