|
123456789101112131415161718192021222324252627 |
- [gd_scene load_steps=6 format=2]
-
- [ext_resource path="res://main/scripts/test_viteuf.gd" type="Script" id=1]
- [ext_resource path="res://main/dialogues/test.yarn" type="Resource" id=2]
- [ext_resource path="res://addons/yarn_spinner/yarn_runner.gd" type="Script" id=3]
- [ext_resource path="res://main/scenes/LogPanel.tscn" type="PackedScene" id=4]
- [ext_resource path="res://main/scenes/ChoicesBox.tscn" type="PackedScene" id=5]
-
- [node name="Node" type="Control"]
- anchor_right = 1.0
- anchor_bottom = 1.0
- script = ExtResource( 1 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
-
- [node name="YarnRunner" type="Node" parent="."]
- script = ExtResource( 3 )
- yarnScript = ExtResource( 2 )
-
- [node name="LogPanel" parent="." instance=ExtResource( 4 )]
- anchor_bottom = 0.6
-
- [node name="ChoicesBox" parent="." instance=ExtResource( 5 )]
- anchor_top = 0.6
- anchor_bottom = 1.0
- alignment = 1
|