Makes lots of new screens
This commit is contained in:
12
scenes/healer_interior/healer_interior.gd
Normal file
12
scenes/healer_interior/healer_interior.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
extends Scene
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
super()
|
||||
pass # Replace with function body.
|
||||
|
||||
|
||||
|
||||
func _on_healers_interacted():
|
||||
$healers.default_script(self)
|
||||
Reference in New Issue
Block a user