]> git.tdb.fi Git - libs/game.git/blob - examples/bassteroids/data/quaver.bullet.setup
Load the various setups through resources
[libs/game.git] / examples / bassteroids / data / quaver.bullet.setup
1 physical
2 {
3         body
4         {
5                 mass 0.05;
6                 moment_of_inertia 0.04;
7         };
8         collider
9         {
10                 type CIRCLE;
11                 radius 0.2;
12         };
13 };
14 hittable
15 {
16         damaging true;
17         hits
18         {
19                 max_hits 1;
20         };
21         damage
22         {
23                 amount 1;
24                 type 0;
25         };
26 };
27 mesh
28 {
29         object_name "Quaver.object";
30 };