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

This commit is contained in:
2026-02-21 23:06:28 +01:00
parent 4e35cd4bd3
commit 0989bc01a7
6 changed files with 68 additions and 1 deletions

View File

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