added prices to remix
This commit is contained in:
34
drag_n_drop_container.tscn
Normal file
34
drag_n_drop_container.tscn
Normal file
@@ -0,0 +1,34 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dik1j1w8vrul5"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c75aw4btsld8n" path="res://drag_n_drop_container.gd" id="1_4pe2q"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xvy6u"]
|
||||
bg_color = Color(0, 0, 0, 0.25)
|
||||
|
||||
[node name="DragNDropContainer" type="MarginContainer" node_paths=PackedStringArray("panel", "panel_label", "drag_parent")]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
mouse_filter = 0
|
||||
script = ExtResource("1_4pe2q")
|
||||
panel = NodePath("PanelContainer")
|
||||
panel_label = NodePath("PanelContainer/Label")
|
||||
drag_parent = NodePath("DragParent")
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="."]
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_xvy6u")
|
||||
|
||||
[node name="Label" type="Label" parent="PanelContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
text = "PRICE"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="DragParent" type="Node" parent="."]
|
||||
Reference in New Issue
Block a user