mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-08 23:19:35 +02:00
Update unequip model in tutorial
This commit is contained in:
parent
46251e805a
commit
c09ddfdbb8
1 changed files with 10 additions and 3 deletions
|
@ -99,10 +99,17 @@ TUTORIAL_TAG_TO_ENTITY_IDS_MAP = {
|
||||||
"tag": "equip-part1"
|
"tag": "equip-part1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"equip-part2": {
|
"equip-part2-vive": {
|
||||||
"{b5d17eda-90ab-40cf-b973-efcecb2e992e}": {
|
"{b5d17eda-90ab-40cf-b973-efcecb2e992e}": {
|
||||||
"tag": "equip-part2"
|
"tag": "equip-part2-vive"
|
||||||
},
|
}
|
||||||
|
},
|
||||||
|
"equip-part2-touch": {
|
||||||
|
"{69195139-e020-4739-bb2c-50faebc6860a}": {
|
||||||
|
"tag": "equip-part2-touch"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"equip-part2": {
|
||||||
"{6307cd16-dd1d-4988-a339-578178436b45}": {
|
"{6307cd16-dd1d-4988-a339-578178436b45}": {
|
||||||
"tag": "equip-part2"
|
"tag": "equip-part2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue