Pistol that can shoot projectiles.
Guide: https://docs.webaverse.com/docs/create/guns
The .metaversefile goes in the directory with the GLB file in order to create the XRpackage.
{
"name": "pistol",
"description": "Pistol XRPackage",
"xr_type": "[email protected]",
"start_url": "pistol.glb",
"components": [
{
"type": "use",
"subtype": "gun",
"useAnimation": "pistol"
}
]
}