From c7f3e29900fa99c87f635401763958e2d77ec459 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 7 Feb 2026 14:12:26 -0800 Subject: [PATCH] Add vehicle texture editor to February 2026 changelog --- src/lib/ReadMePage.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/ReadMePage.svelte b/src/lib/ReadMePage.svelte index 5056991..974d4c9 100644 --- a/src/lib/ReadMePage.svelte +++ b/src/lib/ReadMePage.svelte @@ -36,7 +36,8 @@ { id: 'cl0', title: 'February 2026', items: [ { type: 'New', text: 'Save Editor lets you view and modify save files — change your player name, character, and high scores directly from the browser' }, { type: 'New', text: 'Sky Color Editor allows customizing the island sky gradient colors in your save file' }, - { type: 'New', text: 'Vehicle Part Editor enables modifying vehicle parts and colors with a 3D preview' } + { type: 'New', text: 'Vehicle Part Editor enables modifying vehicle parts and colors with a 3D preview' }, + { type: 'New', text: 'Vehicle Texture Editor lets you customize vehicle textures with default presets or your own uploaded images' } ]}, { id: 'cl1', title: 'January 2026', items: [ { type: 'New', text: 'Debug menu for developers and power users. Tap the LEGO Island logo 5 times to unlock OGEL mode and access debug features like teleporting to locations, switching acts, and playing animations' },