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.
 
 

20 lines
546 B

  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://jrpg/scenes/ui/ChoicesBox.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://main/scenes/LogPanel.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://yarn/scripts/YarnSpinner.gd" type="Script" id=3]
  5. [node name="YarnSpinner" type="Control"]
  6. anchor_right = 1.0
  7. anchor_bottom = 1.0
  8. script = ExtResource( 3 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }
  12. [node name="ChoicesBox" parent="." instance=ExtResource( 1 )]
  13. [node name="LogPanel" parent="." instance=ExtResource( 2 )]