fix: added minigames description to Gemini.md, fixed song end note, fixed custom songs not loading, added another test song
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/pull_request_closed/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-02-13 15:25:01 +01:00
parent facf37dc96
commit f553b09004
5 changed files with 184 additions and 16 deletions

View File

@@ -309,6 +309,7 @@ local function get_initial_data()
text = "Test your reflexes! Hit the arrows in time with the music. Choose your difficulty:",
options = {
{label = "Test Song", next_node = "test"},
{label = "Test Song 2", next_node = "test_2"},
{label = "Random Mode", next_node = "random"},
{label = "Not now.", next_node = "dialog_end"}
}
@@ -319,6 +320,12 @@ local function get_initial_data()
{label = "Start!", next_node = "__MINIGAME_DDR:test_song__"}
}
},
test_2 = {
text = "Test song 2 selected. Show me what you got!",
options = {
{label = "Start!", next_node = "__MINIGAME_DDR:test_song_2__"}
}
},
random = {
text = "Random arrows! No pattern, just react!",
options = {