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.
 
 

21 lines
740 B

  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://addons/yarn_spinner/yarn_runner_node.gd" type="Script" id=1]
  3. [ext_resource path="res://jrpg/scripts/misc/test_main.gd" type="Script" id=2]
  4. [ext_resource path="res://jrpg/yarn_scripts/main_debug.yarn" type="Resource" id=3]
  5. [ext_resource path="res://jrpg/scenes/TestLVL.tscn" type="PackedScene" id=4]
  6. [ext_resource path="res://jrpg/scenes/TestGameOver.tscn" type="PackedScene" id=5]
  7. [node name="TestMain" type="Node"]
  8. script = ExtResource( 2 )
  9. scenes = {
  10. "TestGameOver": ExtResource( 5 ),
  11. "TestLVL": ExtResource( 4 )
  12. }
  13. [node name="YarnRunnerNode" type="Node" parent="."]
  14. script = ExtResource( 1 )
  15. yarnScript = ExtResource( 3 )
  16. [node name="SceneContainer" type="Node" parent="."]