mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27:19 +01:00
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=1]
|
|
|
|
[ext_resource path="res://World.gd" type="Script" id=1]
|
|
[ext_resource path="res://ShopDialog.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="World" type="Node2D"]
|
|
|
|
script/script = ExtResource( 1 )
|
|
|
|
[node name="ShopButtons" type="VButtonArray" parent="."]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 465.0
|
|
margin/top = 43.0
|
|
margin/right = 600.0
|
|
margin/bottom = 191.0
|
|
flat = false
|
|
button/count = 0
|
|
button/min_button_size = -1.0
|
|
button/align = 437
|
|
|
|
[node name="ShopDialog" parent="." instance=ExtResource( 2 )]
|
|
|
|
visibility/visible = false
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
focus/ignore_mouse = true
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 0
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 189.0
|
|
margin/bottom = 14.0
|
|
text = "Open this scene to test items and shops."
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[connection signal="button_selected" from="ShopButtons" to="." method="_on_ShopButtons_button_selected"]
|
|
|
|
|