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.
|
- [gd_scene load_steps=4 format=2]
-
- [ext_resource path="res://jrpg/scenes/ui/ChoicesBox.tscn" type="PackedScene" id=1]
- [ext_resource path="res://main/scenes/LogPanel.tscn" type="PackedScene" id=2]
- [ext_resource path="res://yarn/scripts/YarnSpinner.gd" type="Script" id=3]
-
-
-
- [node name="YarnSpinner" type="Control"]
- anchor_right = 1.0
- anchor_bottom = 1.0
- script = ExtResource( 3 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
-
- [node name="ChoicesBox" parent="." instance=ExtResource( 1 )]
-
- [node name="LogPanel" parent="." instance=ExtResource( 2 )]
|