mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-06 17:31:09 +08:00
Update skin setup dialog
This commit is contained in:
parent
f60ba58002
commit
847a9f36b5
@ -256,7 +256,7 @@ const skin_dialog = new Dialog({
|
||||
},
|
||||
variant: {
|
||||
label: 'dialog.skin.variant',
|
||||
type: 'select',
|
||||
type: 'inline_select',
|
||||
default: 'java_edition',
|
||||
options: {
|
||||
java_edition: 'Java Edition',
|
||||
@ -498,7 +498,7 @@ Interface.definePanels(function() {
|
||||
})
|
||||
|
||||
skin_presets.steve = {
|
||||
display_name: 'Steve',
|
||||
display_name: 'Player - Default',
|
||||
pose: true,
|
||||
model: `{
|
||||
"name": "steve",
|
||||
@ -572,7 +572,7 @@ skin_presets.steve = {
|
||||
}`
|
||||
};
|
||||
skin_presets.alex = {
|
||||
display_name: 'Alex',
|
||||
display_name: 'Player - Slim',
|
||||
pose: true,
|
||||
model_java: `{
|
||||
"name": "alex",
|
||||
|
Loading…
x
Reference in New Issue
Block a user