Modal time.

This commit is contained in:
2026-01-15 09:42:43 -06:00
parent c48de36f2e
commit 098a9d47f9
3 changed files with 3 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ func _onItemInteract(_other:Entity) -> void:
assert(entity.oneTimeItem != null)
var cutscene:Cutscene = Cutscene.new()
cutscene.addCallable(ItemAction.getItemCallable(entity.oneTimeItem.toItemStack()))
cutscene.addCallable(ConversationAction.getTextboxCallable('This should be last'))
cutscene.start()
await cutscene.start()
entity.queue_free()
func onInteract(other:Entity) -> void:
if entity.interactType == Entity.InteractType.NONE: