object-fit, multithreaded image loading

This commit is contained in:
Face
2025-08-09 15:54:59 +03:00
parent d47f811670
commit 3a722fdf1e
7 changed files with 150 additions and 17 deletions

View File

@@ -158,7 +158,7 @@ static func create_panel_container_with_background(styles: Dictionary, hover_sty
vbox.name = "VBoxContainer"
# Allow mouse events to pass through to the parent PanelContainer
vbox.mouse_filter = Control.MOUSE_FILTER_IGNORE
vbox.size_flags_vertical = Control.SIZE_SHRINK_BEGIN
vbox.size_flags_vertical = Control.SIZE_EXPAND_FILL
panel_container.add_child(vbox)
var style_box = create_stylebox_from_styles(styles)