sort-of progress, lots of bugs
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
mr.one
2026-04-28 23:42:34 +02:00
parent 07bc598ae9
commit 4cc0025f5e
20 changed files with 575 additions and 24 deletions

View File

@@ -27,7 +27,7 @@ Context = {}
function Context.initial_data()
return {
current_menu_item = 1,
test_mode = false,
test_mode = true,
mouse_trace = false,
popup = {
show = false,
@@ -49,12 +49,16 @@ function Context.initial_data()
have_met_sumphore = false,
office_sprites = {},
walking_to_office_sprites = {},
walking_to_home_sprites = {},
game = {
current_screen = "home",
},
day_count = 1,
delta_time = 0,
last_frame_time = 0,
commute_glitch_level = 0,
talked_to_norman_echo = false,
talked_to_true_sumphore = false,
glitch = {
enabled = false,
state = "active",