feat: added new discussion functionality, implemented textbox draw functionality, added first discussion with sumphore to the street
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Zoltan Timar
2026-03-12 17:08:08 +01:00
parent 5a0c8ef19d
commit 5daf98fd06
14 changed files with 421 additions and 31 deletions

View File

@@ -51,6 +51,16 @@ function Context.initial_data()
state = "choice",
selection = 1,
},
discussion = {
active = false,
id = nil,
step = 1,
selected_answer = 1,
scroll_y = 0,
scroll_timer = 0,
auto_scroll = true,
return_window = nil,
},
}
end