minor card interface polishes
This commit is contained in:
parent
7babf210d7
commit
80d381b9ed
|
|
@ -24,11 +24,9 @@ var has_stage = false:
|
|||
set(focus):
|
||||
if focus:
|
||||
has_stage = true
|
||||
self.mouse_filter = Control.MOUSE_FILTER_PASS
|
||||
get_tree().call_group("interactables", "collapse")
|
||||
else:
|
||||
has_stage = false
|
||||
self.mouse_filter = Control.MOUSE_FILTER_IGNORE
|
||||
if is_node_ready():
|
||||
if focus:
|
||||
process_mode = Node.PROCESS_MODE_INHERIT
|
||||
|
|
|
|||
|
|
@ -1493,7 +1493,7 @@ anchor_right = 1.0
|
|||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
mouse_filter = 0
|
||||
script = ExtResource("1_pjntm")
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
|
|
|
|||
Loading…
Reference in New Issue