diff --git a/scripts/main.gd b/scripts/main.gd index a863907..28c40e5 100644 --- a/scripts/main.gd +++ b/scripts/main.gd @@ -256,7 +256,7 @@ func build_world() -> void: var tile_panel := PanelContainer.new() tile_panel.custom_minimum_size = tile_size tile_panel.mouse_filter = Control.MOUSE_FILTER_STOP - tile_panel.clip_children = ClipChildren.ALWAYS + tile_panel.clip_children = Control.ClipChildren.ALWAYS world_grid.add_child(tile_panel) tile_panel.mouse_entered.connect(func() -> void: hover_tile_index = tile_index