diff --git a/assets/splash_art.png b/assets/splash_art.png index a0b721e1..42aa49f8 100644 Binary files a/assets/splash_art.png and b/assets/splash_art.png differ diff --git a/content/custom_brushes.png b/content/custom_brushes.png new file mode 100644 index 00000000..b96d3a92 Binary files /dev/null and b/content/custom_brushes.png differ diff --git a/content/image_editor.png b/content/image_editor.png new file mode 100644 index 00000000..d7f1339f Binary files /dev/null and b/content/image_editor.png differ diff --git a/content/news.json b/content/news.json index 51260a61..a605d63a 100644 --- a/content/news.json +++ b/content/news.json @@ -5,19 +5,24 @@ "layout": "vertical", "insert_after": "splash_screen", "text": [ - {"text": "Welcome to Blockbench 4.3 - The Start Screen Update!", "type": "h1"}, - {"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.3.0)!"} + {"text": "Welcome to Blockbench 4.4 - The Brush Update!", "type": "h1"}, + {"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.4.0)!"} ], "features": [ { - "image": "https://web.blockbench.net/content/start_screen.png", - "title": "Improved Start Screen", - "text": "Formats are now organized into categories, and provide detailed descriptions. Also, recent models can be pinned as favorites!" + "image": "https://web.blockbench.net/content/custom_brushes.png", + "title": "Custom Brushes", + "text": "Create custom brushes, change the blend mode and brush shape, or use the brand new Copy Brush!" }, { - "image": "https://web.blockbench.net/content/preview_scenes.png", - "title": "Preview Scenes", - "text": "Preview your model in a different environment. Check out how it looks in a Minecraft biome, or in a studio setting!" + "image": "https://web.blockbench.net/content/image_editor.png", + "title": "2D Image Editor", + "text": "Edit textures or create pixel art in the new built-in 2D image editor!" + }, + { + "image": "https://web.blockbench.net/content/validator.png", + "title": "Validator", + "text": "The new Validator will automatically spot common issues with your model so that you can catch them early!" } ] } diff --git a/content/preview_scenes.png b/content/preview_scenes.png deleted file mode 100644 index da482b10..00000000 Binary files a/content/preview_scenes.png and /dev/null differ diff --git a/content/splash_art.png b/content/splash_art.png deleted file mode 100644 index a0b721e1..00000000 Binary files a/content/splash_art.png and /dev/null differ diff --git a/content/start_screen.png b/content/start_screen.png deleted file mode 100644 index 37d6dcc5..00000000 Binary files a/content/start_screen.png and /dev/null differ diff --git a/content/validator.png b/content/validator.png new file mode 100644 index 00000000..1c54d6bb Binary files /dev/null and b/content/validator.png differ diff --git a/css/start_screen.css b/css/start_screen.css index b1e0f379..2d93183b 100644 --- a/css/start_screen.css +++ b/css/start_screen.css @@ -249,6 +249,9 @@ display: block; margin: auto; } + #start_screen .start_screen_features > li > img { + border-radius: 5px; + } #start_screen .start_screen_features > li > h3 { font-size: 1.4em; } diff --git a/js/interface/start_screen.js b/js/interface/start_screen.js index 06aa688a..d7a33d04 100644 --- a/js/interface/start_screen.js +++ b/js/interface/start_screen.js @@ -489,10 +489,10 @@ ModelLoader.loaders = {}; "text_color": '#000000', "graphic": { "type": "image", - "source": "./assets/splash_art.png?43", + "source": "./assets/splash_art.png?44", "width": 1000, - "aspect_ratio": "21/9", - "description": "Splash Art by [MisterGriimm](https://twitter.com/MisterGriimm) and [MidnitePixel_](https://twitter.com/MidnitePixel_)", + "aspect_ratio": "64/27", + "description": "Splash Art by [Wacky](https://twitter.com/wackyblocks)", "text_color": '#cfcfcf' } })