init
This commit is contained in:
14
addons/card-framework/drop_zone.tscn
Normal file
14
addons/card-framework/drop_zone.tscn
Normal file
@@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dkmme1pig03ie"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dhultt7pav0b" path="res://addons/card-framework/drop_zone.gd" id="1_w6usu"]
|
||||
|
||||
[node name="DropZone" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
mouse_force_pass_scroll_events = false
|
||||
script = ExtResource("1_w6usu")
|
||||
Reference in New Issue
Block a user