godot_data_editor/demo/ShopDialog.tscn

79 lines
1.7 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[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 = 1
size_flags_vertical = 1
margin_left = 0.0
margin_top = 0.0
margin_right = 316.0
margin_bottom = 288.0
popup_exclusive = false
window_title = ""
script = ExtResource( 1 )
mouse_filter = 0
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
focus/ignore_mouse = false
focus/stop_mouse = false
size_flags_horizontal = 1
size_flags_vertical = 1
margin_left = 0.0
margin_top = 0.0
margin_right = 0.0
margin_bottom = 0.0
alignment = 0
mouse_filter = 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 = 1
size_flags_vertical = 1
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_text = "<<MERCHANT>>"
visible_characters = -1
mouse_filter = 0
[node name="GreetingLabel" type="Label" parent="VBoxContainer"]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags_horizontal = 1
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
mouse_filter = 1
[node name="ItemList" type="ItemList" parent="VBoxContainer"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags_horizontal = 1
size_flags_vertical = 3
margin_left = 0.0
margin_top = 52.0
margin_right = 316.0
margin_bottom = 288.0
mouse_filter = 0