tweaks
This commit is contained in:
9
scenes/kq4_016_graveyard/kq4_016_graveyard.gd
Normal file
9
scenes/kq4_016_graveyard/kq4_016_graveyard.gd
Normal file
@@ -0,0 +1,9 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
func _on_forest_path_interacted() -> void:
|
||||
$kq4_010_forest_path.default_script(self)
|
||||
|
||||
|
||||
func _on_gnomes_cottage_interacted() -> void:
|
||||
$kq4_022_gnomes_cottage.default_script(self)
|
||||
Reference in New Issue
Block a user