- task #134: randomize placement of characters
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-09 20:47:59 +02:00
parent 8921f02821
commit 5ae1eec48a
5 changed files with 128 additions and 14 deletions

View File

@@ -28,6 +28,7 @@ function Context.initial_data()
return {
current_menu_item = 1,
test_mode = false,
mouse_trace = false,
popup = {
show = false,
content = {}
@@ -46,6 +47,8 @@ function Context.initial_data()
have_done_work_today = false,
should_ascend = false,
have_met_sumphore = false,
office_sprites = {},
walking_to_office_sprites = {},
game = {
current_screen = "home",
},