sprite handling
This commit is contained in:
@@ -2,5 +2,6 @@ Situation.register({
|
||||
id = "drink_coffee",
|
||||
handle = function()
|
||||
Audio.sfx_select()
|
||||
Sprite.show("norman", 100, 100)
|
||||
end,
|
||||
})
|
||||
|
||||
@@ -31,6 +31,7 @@ function Situation.apply(id)
|
||||
return
|
||||
end
|
||||
|
||||
Context.current_situation = id
|
||||
situation.handle()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user