Renderer/assets/Data/projectile.json
2023-01-05 22:56:43 -05:00

12 lines
253 B
JSON

{
"projectiles" : [
{
"id" : "missile1",
"modelPath" : "Models/unitsphere.fbx",
"maxLife" : 10000,
"velocity" : 0.1,
"damage" : 1,
"hitboxRadius" : 0.4
}
]
}