sprite handling
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
2026-02-21 23:06:28 +01:00
parent 4e35cd4bd3
commit 9ae6c12582
9 changed files with 100 additions and 2 deletions

View File

@@ -2,5 +2,6 @@ Situation.register({
id = "drink_coffee",
handle = function()
Audio.sfx_select()
Sprite.show("norman", 100, 100)
end,
})

View File

@@ -31,6 +31,7 @@ function Situation.apply(id)
return
end
Context.current_situation = id
situation.handle()
end