mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-07-15 16:34:49 +00:00
add more items
This commit is contained in:
parent
3475855fcb
commit
9059cd1314
2 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
|
"deploy": "npm run build && git add -f docs && git commit -m \"Deploy\" && git push",
|
||||||
"postbuild": "git checkout -- public/base",
|
"postbuild": "git checkout -- public/base",
|
||||||
"prebuild": "npm run clean && git checkout -- docs && rimraf public/base && mv docs/base public/",
|
"prebuild": "npm run clean && git checkout -- docs && rimraf public/base && mv docs/base public/",
|
||||||
"start": "next dev"
|
"start": "next dev --turbopack"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@react-three/drei": "^10.7.6",
|
"@react-three/drei": "^10.7.6",
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,13 @@ const dataBlockToShapeName = {
|
||||||
Chaingun: "weapon_chaingun.dts",
|
Chaingun: "weapon_chaingun.dts",
|
||||||
ChaingunAmmo: "ammo_chaingun.dts",
|
ChaingunAmmo: "ammo_chaingun.dts",
|
||||||
CloakingPack: "pack_upgrade_cloaking.dts",
|
CloakingPack: "pack_upgrade_cloaking.dts",
|
||||||
|
ConcussionGrenade: "grenade.dts",
|
||||||
DiscAmmo: "ammo_disc.dts",
|
DiscAmmo: "ammo_disc.dts",
|
||||||
ELFGun: "weapon_elf.dts",
|
ELFGun: "weapon_elf.dts",
|
||||||
EnergyPack: "pack_upgrade_energy.dts",
|
EnergyPack: "pack_upgrade_energy.dts",
|
||||||
Flag: "flag.dts",
|
Flag: "flag.dts",
|
||||||
|
FlareGrenade: "grenade.dts",
|
||||||
|
Grenade: "grenade.dts",
|
||||||
GrenadeLauncher: "weapon_grenade_launcher.dts",
|
GrenadeLauncher: "weapon_grenade_launcher.dts",
|
||||||
GrenadeLauncherAmmo: "ammo_grenade.dts",
|
GrenadeLauncherAmmo: "ammo_grenade.dts",
|
||||||
InventoryDeployable: "pack_deploy_inventory.dts",
|
InventoryDeployable: "pack_deploy_inventory.dts",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue