Add 4.4 Splash Screen
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 149 KiB |
BIN
content/custom_brushes.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
content/image_editor.png
Normal file
After Width: | Height: | Size: 21 KiB |
@ -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!"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 164 KiB |
Before Width: | Height: | Size: 40 KiB |
BIN
content/validator.png
Normal file
After Width: | Height: | Size: 8.2 KiB |
@ -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;
|
||||
}
|
||||
|
@ -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'
|
||||
}
|
||||
})
|
||||
|