1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2024-11-23 13:36:18 +00:00
bedrock-samples/resource_pack/ui/achievement_screen.json
Mike Ammerlaan a3b394c507 1.19.30
Initial layout
2022-09-23 06:24:26 -07:00

29 lines
843 B
JSON

/********************************************************
+* (c) Mojang. All rights reserved *
+* (c) Microsoft. All rights reserved. *
+*********************************************************/
{
"namespace": "achievement",
// -----------------------------------------------
// Warning! This screen is now displayed
// using Ore UI, and the following components
// are left for backwards compatibility with
// the JSON UI resource packs.
// -----------------------------------------------
"empty_progress_bar_icon": {
"type": "image",
"texture": "textures/ui/experiencebarempty"
},
"full_progress_bar_icon_base": {
"type": "image",
"texture": "textures/ui/experiencebarfull",
"clip_direction": "left",
"clip_pixelperfect": false
}
}