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.
 
 

28 lines
866 B

  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://main/scripts/test_viteuf.gd" type="Script" id=1]
  3. [ext_resource path="res://main/dialogues/test.yarn" type="Resource" id=2]
  4. [ext_resource path="res://addons/yarn_spinner/yarn_runner.gd" type="Script" id=3]
  5. [ext_resource path="res://main/scenes/LogPanel.tscn" type="PackedScene" id=4]
  6. [ext_resource path="res://main/scenes/ChoicesBox.tscn" type="PackedScene" id=5]
  7. [node name="Node" type="Control"]
  8. anchor_right = 1.0
  9. anchor_bottom = 1.0
  10. script = ExtResource( 1 )
  11. __meta__ = {
  12. "_edit_use_anchors_": false
  13. }
  14. [node name="YarnRunner" type="Node" parent="."]
  15. script = ExtResource( 3 )
  16. yarnScript = ExtResource( 2 )
  17. [node name="LogPanel" parent="." instance=ExtResource( 4 )]
  18. anchor_bottom = 0.6
  19. [node name="ChoicesBox" parent="." instance=ExtResource( 5 )]
  20. anchor_top = 0.6
  21. anchor_bottom = 1.0
  22. alignment = 1