Fixed breaking changes from CyberarmEngine styling refactor

This commit is contained in:
2026-03-21 21:14:52 -05:00
parent 38a882179c
commit a856dd5dd4
3 changed files with 6 additions and 12 deletions

View File

@@ -123,7 +123,6 @@ class W3DHub
background_image_path = Cache.package_path(game.category, game.id, "background.png", "")
if File.exist?(background_image_path)
States::Interface.instance&.instance_variable_get(:"@interface_container")&.style&.background_image = get_image(background_image_path)
States::Interface.instance&.instance_variable_get(:"@interface_container")&.style&.default[:background_image] = get_image(background_image_path)
end
# Game Stuff