mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 07:23:46 +00:00
Dialogue System
This commit is contained in:
parent
77765a581e
commit
1fa77f0c03
690 changed files with 46698 additions and 14 deletions
22
addons/dialogic/Modules/Style/character_settings_style.tscn
Normal file
22
addons/dialogic/Modules/Style/character_settings_style.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://fgplvp0f3giu"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/dialogic/Modules/Style/character_settings_style.gd" id="2"]
|
||||
[ext_resource type="PackedScene" uid="uid://dpwhshre1n4t6" path="res://addons/dialogic/Editor/Events/Fields/field_options_dynamic.tscn" id="2_a46q0"]
|
||||
|
||||
[node name="Style" type="VBoxContainer"]
|
||||
offset_right = 280.0
|
||||
offset_bottom = 79.0
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="Style" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="Style"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 0
|
||||
text = "Style:"
|
||||
|
||||
[node name="StyleName" parent="Style" instance=ExtResource("2_a46q0")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue