Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- [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 )]
|