[gd_scene load_steps=4 format=2] [ext_resource path="res://yarn/scripts/LogPanel.gd" type="Script" id=1] [ext_resource path="res://yarn/scripts/ChoicesBox.gd" type="Script" 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" type="VBoxContainer" parent="."] anchor_left = 0.3 anchor_top = 0.1 anchor_right = 0.7 anchor_bottom = 0.45 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="LogPanel" type="Control" parent="."] anchor_top = 0.5 anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="Panel" type="Panel" parent="LogPanel"] anchor_right = 1.0 anchor_bottom = 1.0 [node name="RichTextLabel" type="RichTextLabel" parent="LogPanel"] anchor_left = 0.02 anchor_top = 0.05 anchor_right = 0.98 anchor_bottom = 0.95 text = "Coucou je suis un text de test, ou bien l'inverse" __meta__ = { "_edit_use_anchors_": false } [node name="TextButton" type="Button" parent="LogPanel"] modulate = Color( 1, 1, 1, 0.235294 ) anchor_right = 1.0 anchor_bottom = 1.0 margin_right = -20.0 flat = true __meta__ = { "_edit_use_anchors_": false }