No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Main.tscn 443B

12345678910111213
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://Main.gd" type="Script" id=1]
  3. [ext_resource path="res://addons/dialogic/Dialog.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://UI.tscn" type="PackedScene" id=3]
  5. [node name="Main" type="Node"]
  6. script = ExtResource( 1 )
  7. [node name="DialogNode" parent="." instance=ExtResource( 2 )]
  8. timeline = "timeline-1616659306.json"
  9. [node name="UI" parent="." instance=ExtResource( 3 )]