blockbench/content/news.json
JannisX11 e845e68d86 Setup new splash screen that always shows
Add insert properties for start screen sections
2022-03-28 13:04:23 +02:00

29 lines
1019 B
JSON

{
"new_version": {
"color": "var(--color-bright_ui)",
"text_color": "var(--color-bright_ui_text)",
"layout": "vertical",
"insert_after": "splash_screen",
"text": [
{"text": "Welcome to Blockbench 4.2, the Panel Update!", "type": "h1"},
{"text": "Check out the [full changelog](https://github.com/JannisX11/blockbench/releases/tag/v4.2.0)!"}
],
"features": [
{
"image": "https://web.blockbench.net/content/inverse_kinematics.png",
"title": "Moveable Panels!",
"text": "Inverse Kinematics allow you to animate a chain of bones by just moving the end point!"
},
{
"image": "https://web.blockbench.net/content/gif_crop.png",
"title": "Texture Editing!",
"text": "The new GIF recorder allows you to crop your GIF to just the content you need!"
},
{
"image": "https://web.blockbench.net/content/collada.png",
"title": "Move Texture with UV",
"text": "With Collada support you can export your models directly into Unity and other programs!"
}
]
}
}