Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- [gd_scene load_steps=4 format=2]
-
- [ext_resource path="res://jrpg/scenes/ui/SpeechText.tscn" type="PackedScene" id=1]
- [ext_resource path="res://jrpg/scenes/ui/ChoicesBox.tscn" type="PackedScene" id=2]
- [ext_resource path="res://jrpg/scripts/ui/speech_panel.gd" type="Script" id=7]
-
- [node name="SpeechPanel" type="Panel"]
- anchor_right = 1.0
- margin_bottom = 193.0
- script = ExtResource( 7 )
- __meta__ = {
- "_edit_use_anchors_": false
- }
- text_path = NodePath("SpeechText")
- choices_path = NodePath("ChoicesBox")
-
- [node name="SpeechText" parent="." instance=ExtResource( 1 )]
- anchor_right = 0.65
- anchor_bottom = 1.0
- margin_right = -0.0400391
- margin_bottom = 0.0
-
- [node name="ChoicesBox" parent="." instance=ExtResource( 2 )]
- anchor_left = 0.7
- anchor_top = 0.0
- anchor_right = 1.0
- anchor_bottom = 1.0
- margin_left = 0.0319824
- margin_right = -50.0
- alignment = 1
|