From 83feec669de10e77bb7bd71dabb728dc4a8b34b1 Mon Sep 17 00:00:00 2001 From: Lapask Date: Wed, 4 Dec 2024 17:26:59 -0700 Subject: [PATCH] update fixed-resizable-hybrid (#7090) * Update fixed-resizable-hybrid - Changed gap widget to gap overlay to prevent overlays from rending through. Updated to be static final to prevent reloading resource images every frame. - Added Wide Chat Mode, which stretches the chat and dialogue across the bottom of the viewport like in fixed mode. When open, it resizes the viewport to recenter the player on what is visible. Configurable in settings. * Update fixed-resizable-hybrid Added more customizable config options. - Customizable aspect ratio resizing. With further options to resize by width vs height. - Customizable viewport resizing with wide chatbox enabled. Also cleaned up window resizing code. --- plugins/fixed-resizable-hybrid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fixed-resizable-hybrid b/plugins/fixed-resizable-hybrid index beca66641..04bfcf723 100644 --- a/plugins/fixed-resizable-hybrid +++ b/plugins/fixed-resizable-hybrid @@ -1,2 +1,2 @@ repository=https://github.com/Lapask/fixed-resizable-hybrid.git -commit=1dfd3d622e7c2026aef1cd1056627613d51034bb +commit=467e84fd3b30ec33b516a21700f49d052d3f6fc6