Skip to content

Commit

Permalink
switch dialogue_runner's type to be the base type to avoid error after (
Browse files Browse the repository at this point in the history
#73)

compilation
  • Loading branch information
dbaz authored Nov 24, 2024
1 parent b2ecac8 commit 691e214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# components from GDScript.

extends Control
@export var dialogue_runner: DialogueRunner
@export var dialogue_runner: Node
@export var logo: Control
@export var yarn_project: YarnProject
func _ready() -> void:
Expand Down

0 comments on commit 691e214

Please sign in to comment.