meat_madness_redux/godot/assets/meat_bore/meat_heaven.gd

6 lines
90 B
GDScript3
Raw Permalink Normal View History

2023-01-04 01:43:35 -07:00
extends Spatial
func _ready():
2023-01-04 17:27:06 -07:00
var dialog = Dialogic.start("heaven")
add_child(dialog)