]> git.tdb.fi Git - libs/game.git/blobdiff - examples/bassteroids/data/quaver.bullet.setup
Load the various setups through resources
[libs/game.git] / examples / bassteroids / data / quaver.bullet.setup
diff --git a/examples/bassteroids/data/quaver.bullet.setup b/examples/bassteroids/data/quaver.bullet.setup
new file mode 100644 (file)
index 0000000..10981dc
--- /dev/null
@@ -0,0 +1,30 @@
+physical
+{
+       body
+       {
+               mass 0.05;
+               moment_of_inertia 0.04;
+       };
+       collider
+       {
+               type CIRCLE;
+               radius 0.2;
+       };
+};
+hittable
+{
+       damaging true;
+       hits
+       {
+               max_hits 1;
+       };
+       damage
+       {
+               amount 1;
+               type 0;
+       };
+};
+mesh
+{
+       object_name "Quaver.object";
+};