Skip to content

Commit 8ffb8cb

Browse files
cornerloanLifeHckr
authored andcommitted
added translations to event
1 parent 294936f commit 8ffb8cb

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Classes/Events/EventDatabase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ public partial class EventDatabase : Node
1111
{
1212
new EventTemplate(
1313
1,
14-
"A wild creature appears in the forest.",
15-
new string[] { "Fight", "Run", "Mysterious third option" },
14+
"EVENT_EVENT1_DESC",
15+
new string[] { "EVENT_EVENT1_OPTION1", "EVENT_EVENT1_OPTION2", "EVENT_EVENT1_OPTION3" },
1616
new EventAction[]
1717
{
1818
() =>

Globals/Translations/Translations.csv

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,8 @@ TUTORIAL_PLACE_6,"Now go ahead, place a note in the bottom lane!",(TODO)
126126
TUTORIAL_FINAL_1,"Good job, you placed a note! You either healed yourself, or dealt damage. I can't tell I'm just a Strawman.",(TODO)
127127
TUTORIAL_FINAL_2,"As a refresher: Hit notes to build a combo and fill the bar. When the bar is full, press one of your buttons for a lane that doesn't have a note at the current beat. Notes in the chart will loop around. Keep it up to win.",(TODO)
128128
TUTORIAL_FINAL_3,"Good luck! I believe in you.",(TODO)
129-
TUTORIAL_BOSS,"This may take some getting used to, but death is ok in the grand scheme of things. Just have some patience with yourself, you'll learn in the end.",(TODO)
129+
TUTORIAL_BOSS,"This may take some getting used to, but death is ok in the grand scheme of things. Just have some patience with yourself, you'll learn in the end.",(TODO)
130+
EVENT_EVENT1_DESC,"A wild creature appears in the forest.",(TODO)
131+
EVENT_EVENT1_OPTION1,Fight,(TODO)
132+
EVENT_EVENT1_OPTION2,Run,(TODO)
133+
EVENT_EVENT1_OPTION3,Mysterious Third Option,(TODO)

0 commit comments

Comments
 (0)