mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 17:22:35 +00:00
Updated Community news to use new format, updated Game page redesign to use 300x300 instead of 346x346 so that the image is integer scaled by 2x
This commit is contained in:
@@ -287,7 +287,7 @@ class W3DHub
|
||||
news_blurb_container = nil
|
||||
news_title_container = nil
|
||||
|
||||
news_container = stack(width: 346, height: 346, margin: 8, background_image: image_path, border_thickness: 1, border_color: lighten(Gosu::Color.new(game.color))) do
|
||||
news_container = stack(width: 300, height: 300, margin: 8, background_image: image_path, border_thickness: 1, border_color: lighten(Gosu::Color.new(game.color))) do
|
||||
background 0x88_000000
|
||||
|
||||
# Detailed view
|
||||
|
||||
Reference in New Issue
Block a user