mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27:19 +01:00
76 lines
1.6 KiB
Plaintext
76 lines
1.6 KiB
Plaintext
|
[gd_scene load_steps=2 format=1]
|
||
|
|
||
|
[ext_resource path="res://ShopDialog.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="WindowDialog" type="WindowDialog"]
|
||
|
|
||
|
focus/ignore_mouse = false
|
||
|
focus/stop_mouse = true
|
||
|
size_flags/horizontal = 2
|
||
|
size_flags/vertical = 2
|
||
|
margin/left = 0.0
|
||
|
margin/top = 0.0
|
||
|
margin/right = 316.0
|
||
|
margin/bottom = 288.0
|
||
|
popup/exclusive = false
|
||
|
window/title = ""
|
||
|
script/script = ExtResource( 1 )
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
|
||
|
anchor/right = 1
|
||
|
anchor/bottom = 1
|
||
|
focus/ignore_mouse = false
|
||
|
focus/stop_mouse = false
|
||
|
size_flags/horizontal = 2
|
||
|
size_flags/vertical = 2
|
||
|
margin/left = 0.0
|
||
|
margin/top = 0.0
|
||
|
margin/right = 0.0
|
||
|
margin/bottom = 0.0
|
||
|
alignment = 0
|
||
|
|
||
|
[node name="MerchantLabel" type="RichTextLabel" parent="VBoxContainer"]
|
||
|
|
||
|
rect/min_size = Vector2( 0, 30 )
|
||
|
focus/ignore_mouse = false
|
||
|
focus/stop_mouse = true
|
||
|
size_flags/horizontal = 2
|
||
|
size_flags/vertical = 2
|
||
|
margin/left = 0.0
|
||
|
margin/top = 0.0
|
||
|
margin/right = 316.0
|
||
|
margin/bottom = 30.0
|
||
|
custom_colors/default_color = Color( 1, 0, 0, 1 )
|
||
|
bbcode/enabled = false
|
||
|
bbcode/bbcode = "<<MERCHANT>>"
|
||
|
visible_characters = -1
|
||
|
|
||
|
[node name="GreetingLabel" type="Label" parent="VBoxContainer"]
|
||
|
|
||
|
focus/ignore_mouse = true
|
||
|
focus/stop_mouse = true
|
||
|
size_flags/horizontal = 2
|
||
|
size_flags/vertical = 0
|
||
|
margin/left = 0.0
|
||
|
margin/top = 34.0
|
||
|
margin/right = 316.0
|
||
|
margin/bottom = 48.0
|
||
|
text = "<<GREETING>>"
|
||
|
percent_visible = 1.0
|
||
|
lines_skipped = 0
|
||
|
max_lines_visible = -1
|
||
|
|
||
|
[node name="ItemList" type="ItemList" parent="VBoxContainer"]
|
||
|
|
||
|
focus/ignore_mouse = false
|
||
|
focus/stop_mouse = true
|
||
|
size_flags/horizontal = 2
|
||
|
size_flags/vertical = 3
|
||
|
margin/left = 0.0
|
||
|
margin/top = 52.0
|
||
|
margin/right = 316.0
|
||
|
margin/bottom = 288.0
|
||
|
|
||
|
|