fix(ui): add 30px top spacer to HandArea so card lift isn't clipped

This commit is contained in:
xiaji
2026-06-05 21:13:52 +08:00
parent 60b3856a23
commit 70050b68e6

View File

@@ -4,3 +4,7 @@
[node name="HandArea" type="FlowContainer"]
script = ExtResource("1_script")
[node name="TopSpacer" type="Control" parent="."]
custom_minimum_size = Vector2(0, 30)
mouse_filter = 2