From f4ceffab521c1fb31f59f10dc976f014a29100d1 Mon Sep 17 00:00:00 2001 From: teatov Date: Sat, 1 Mar 2025 00:20:06 +1000 Subject: [PATCH] set cursor mouse filters to ignore --- scenes/debugger.tscn | 1 + scenes/ui/cursor.tscn | 1 + scenes/ui/cursor_base.tscn | 3 +++ 3 files changed, 5 insertions(+) diff --git a/scenes/debugger.tscn b/scenes/debugger.tscn index a58f31d..02e97ec 100644 --- a/scenes/debugger.tscn +++ b/scenes/debugger.tscn @@ -10,6 +10,7 @@ font_weight = 700 process_mode = 3 process_priority = 1000 process_physics_priority = 1000 +layer = 100 script = ExtResource("1_xl6mi") [node name="Control" type="Control" parent="."] diff --git a/scenes/ui/cursor.tscn b/scenes/ui/cursor.tscn index bb25690..07e0762 100644 --- a/scenes/ui/cursor.tscn +++ b/scenes/ui/cursor.tscn @@ -40,5 +40,6 @@ offset_bottom = 13.0 grow_horizontal = 2 grow_vertical = 2 pivot_offset = Vector2(13, 13) +mouse_filter = 2 texture = ExtResource("1_77wok") expand_mode = 1 diff --git a/scenes/ui/cursor_base.tscn b/scenes/ui/cursor_base.tscn index 8938a94..547d3a9 100644 --- a/scenes/ui/cursor_base.tscn +++ b/scenes/ui/cursor_base.tscn @@ -32,6 +32,7 @@ offset_bottom = 13.0 grow_horizontal = 2 grow_vertical = 2 pivot_offset = Vector2(13, 13) +mouse_filter = 2 texture = ExtResource("1_7gfyc") expand_mode = 1 @@ -49,6 +50,7 @@ offset_bottom = 7.0 grow_horizontal = 2 grow_vertical = 2 pivot_offset = Vector2(-14, 7) +mouse_filter = 2 texture = ExtResource("1_7gfyc") expand_mode = 1 @@ -66,5 +68,6 @@ offset_bottom = 4.0 grow_horizontal = 2 grow_vertical = 2 pivot_offset = Vector2(-14, 4) +mouse_filter = 2 texture = ExtResource("1_7gfyc") expand_mode = 1