Browse Source

Added simple physics mojod3 shapes-scene test

Mark Sibly 7 years ago
parent
commit
dbb12072dc
1 changed files with 6039 additions and 0 deletions
  1. 6039 0
      shapes-scene.mojo3d

+ 6039 - 0
shapes-scene.mojo3d

@@ -0,0 +1,6039 @@
+{
+	"instances":[{
+		"ctor":{
+			"args":[],
+			"decl":"mojo3d.Scene.New",
+			"type":"Void()"
+		},
+		"id":"@0",
+		"state":{
+
+		},
+		"type":"mojo3d.Scene"
+	},{
+		"ctor":{
+			"args":[null],
+			"decl":"mojo3d.Camera.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@1",
+		"state":{
+			"Far":60,
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,10,-10],
+			"Visible":true
+		},
+		"type":"mojo3d.Camera"
+	},{
+		"ctor":{
+			"args":["@1"],
+			"decl":"mojo3d.FlyBehaviour.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@2",
+		"state":{
+
+		},
+		"type":"mojo3d.FlyBehaviour"
+	},{
+		"ctor":{
+			"args":["@1"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@3",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@1"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@4",
+		"state":{
+			"CollisionGroup":32,
+			"CollisionMask":127,
+			"Kinematic":true,
+			"Mass":0
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[null],
+			"decl":"mojo3d.Light.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@5",
+		"state":{
+			"CastsShadow":true,
+			"LocalMatrix":[1,0,0,0,0.25881904363632202,0.96592581272125244,0,-0.96592581272125244,0.25881904363632202,0,0,0],
+			"Visible":true
+		},
+		"type":"mojo3d.Light"
+	},{
+		"ctor":{
+			"args":[[0,1,0,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@6",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[-60,-1,-60,60,0,60],16,16,16],
+			"decl":"mojo3d.Mesh.CreateBox",
+			"type":"mojo3d.Mesh(std.geom.Box<monkey.types.Float>,Int,Int,Int)"
+		},
+		"id":"@7",
+		"state":{
+
+		},
+		"type":"mojo3d.Mesh"
+	},{
+		"ctor":{
+			"args":["@7","@6",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Mesh,mojo3d.Material,mojo3d.Entity)"
+		},
+		"id":"@8",
+		"state":{
+			"Materials":["@6"],
+			"Mesh":"@7",
+			"Name":"Ground",
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@8"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@9",
+		"state":{
+			"Box":[-60,-1,-60,60,0,60]
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@8"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@10",
+		"state":{
+			"CollisionGroup":64,
+			"CollisionMask":127,
+			"Mass":0
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[1,1,1,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@11",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[-1,-5,-1,1,5,1],1,1,1],
+			"decl":"mojo3d.Mesh.CreateBox",
+			"type":"mojo3d.Mesh(std.geom.Box<monkey.types.Float>,Int,Int,Int)"
+		},
+		"id":"@12",
+		"state":{
+
+		},
+		"type":"mojo3d.Mesh"
+	},{
+		"ctor":{
+			"args":["@12","@11",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Mesh,mojo3d.Material,mojo3d.Entity)"
+		},
+		"id":"@13",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,5,50,0],
+			"Materials":["@516"],
+			"Mesh":"@12",
+			"Name":"Box",
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@13"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@14",
+		"state":{
+			"Box":[-1,-5,-1,1,5,1]
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@13"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@15",
+		"state":{
+			"CollisionMask":127
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[1,32,16],
+			"decl":"mojo3d.Mesh.CreateSphere",
+			"type":"mojo3d.Mesh(Float,Int,Int)"
+		},
+		"id":"@16",
+		"state":{
+
+		},
+		"type":"mojo3d.Mesh"
+	},{
+		"ctor":{
+			"args":["@16","@11",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Mesh,mojo3d.Material,mojo3d.Entity)"
+		},
+		"id":"@17",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,10,50,0],
+			"Materials":["@517"],
+			"Mesh":"@16",
+			"Name":"Sphere",
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@17"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@18",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@17"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@19",
+		"state":{
+			"CollisionGroup":2,
+			"CollisionMask":127
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[1,8,1,32],
+			"decl":"mojo3d.Mesh.CreateCylinder",
+			"type":"mojo3d.Mesh(Float,Float,std.geom.Axis,Int)"
+		},
+		"id":"@20",
+		"state":{
+
+		},
+		"type":"mojo3d.Mesh"
+	},{
+		"ctor":{
+			"args":["@20","@11",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Mesh,mojo3d.Material,mojo3d.Entity)"
+		},
+		"id":"@21",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,15,50,0],
+			"Materials":["@518"],
+			"Mesh":"@20",
+			"Name":"Cylinder",
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@21"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@22",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@21"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@23",
+		"state":{
+			"CollisionGroup":4,
+			"CollisionMask":127
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[1,10,1,32],
+			"decl":"mojo3d.Mesh.CreateCapsule",
+			"type":"mojo3d.Mesh(Float,Float,std.geom.Axis,Int)"
+		},
+		"id":"@24",
+		"state":{
+
+		},
+		"type":"mojo3d.Mesh"
+	},{
+		"ctor":{
+			"args":["@24","@11",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Mesh,mojo3d.Material,mojo3d.Entity)"
+		},
+		"id":"@25",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,20,50,0],
+			"Materials":["@519"],
+			"Mesh":"@24",
+			"Name":"Capsule",
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@25"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@26",
+		"state":{
+			"Length":10,
+			"Radius":1
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@25"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@27",
+		"state":{
+			"CollisionGroup":8,
+			"CollisionMask":127
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[2.5,5,1,32],
+			"decl":"mojo3d.Mesh.CreateCone",
+			"type":"mojo3d.Mesh(Float,Float,std.geom.Axis,Int)"
+		},
+		"id":"@28",
+		"state":{
+
+		},
+		"type":"mojo3d.Mesh"
+	},{
+		"ctor":{
+			"args":["@28","@11",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Mesh,mojo3d.Material,mojo3d.Entity)"
+		},
+		"id":"@29",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,25,50,0],
+			"Materials":["@520"],
+			"Mesh":"@28",
+			"Name":"Cone",
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@29"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@30",
+		"state":{
+			"Length":5,
+			"Radius":2.5
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@29"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@31",
+		"state":{
+			"CollisionGroup":16,
+			"CollisionMask":127
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@32",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,-40],
+			"Materials":["@35"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@32"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@33",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@32","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@34",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.59253692626953125,0.27571108937263489,0.56320899724960327,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@35",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@36",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,-32],
+			"Materials":["@39"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@36","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@37",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@36","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@38",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.44817626476287842,0.51561665534973145,0.18991005420684814,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@39",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@40",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,-24],
+			"Materials":["@43"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@40","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@41",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@40","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@42",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.67855590581893921,0.61011695861816406,0.48619696497917175,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@43",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@44",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,-16],
+			"Materials":["@47"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@44","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@45",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@44","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@46",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.80796515941619873,0.054855410009622574,0.095923520624637604,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@47",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@48",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,-8],
+			"Materials":["@51"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@48"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@49",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@48","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@50",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.43767347931861877,0.86018842458724976,0.97257024049758911,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@51",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@52",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,0],
+			"Materials":["@55"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@52","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@53",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@52","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@54",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.55556482076644897,0.56348139047622681,0.57516604661941528,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@55",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@56",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,8],
+			"Materials":["@59"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@56"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@57",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@56","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@58",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.71817785501480103,0.32654425501823425,0.052721954882144928,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@59",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@60",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,16],
+			"Materials":["@63"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@60","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@61",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@60","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@62",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.0062910295091569424,0.060640431940555573,0.52169352769851685,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@63",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@64",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,24],
+			"Materials":["@67"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@64","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@65",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@64","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@66",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.59903740882873535,0.46058759093284607,0.59644609689712524,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@67",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@68",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,32],
+			"Materials":["@71"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@68","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@69",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@68","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@70",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.27641084790229797,0.19697901606559753,0.42436692118644714,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@71",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@72",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-40,50,40],
+			"Materials":["@75"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@72","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@73",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@72","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@74",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.533641517162323,0.77994233369827271,0.24391604959964752,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@75",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@76",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,-40],
+			"Materials":["@79"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@76","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@77",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@76","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@78",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.11810126155614853,0.87502294778823853,0.45904448628425598,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@79",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@80",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,-32],
+			"Materials":["@83"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@80","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@81",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@80","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@82",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.27342686057090759,0.39235830307006836,0.74659085273742676,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@83",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@84",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,-24],
+			"Materials":["@87"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@84","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@85",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@84","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@86",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.36739856004714966,0.94387292861938477,0.76741814613342285,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@87",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@88",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,-16],
+			"Materials":["@91"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@88","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@89",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@88","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@90",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.89398175477981567,0.32419678568840027,0.15141093730926514,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@91",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@92",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,-8],
+			"Materials":["@95"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@92","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@93",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@92","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@94",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.88538438081741333,0.062086012214422226,0.37310025095939636,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@95",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@96",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,0],
+			"Materials":["@99"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@96","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@97",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@96","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@98",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.82535654306411743,0.8107147216796875,0.29992356896400452,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@99",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@100",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,8],
+			"Materials":["@103"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@100"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@101",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@100","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@102",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.18338885903358459,0.77452772855758667,0.9363294243812561,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@103",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@104",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,16],
+			"Materials":["@107"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@104","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@105",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@104","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@106",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.43236294388771057,0.04812326654791832,0.41722145676612854,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@107",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@108",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,24],
+			"Materials":["@111"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@108","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@109",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@108","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@110",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.21578091382980347,0.71443074941635132,0.041638083755970001,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@111",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@112",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,32],
+			"Materials":["@115"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@112","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@113",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@112","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@114",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.85165935754776001,0.83237022161483765,0.059129804372787476,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@115",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@116",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-32,50,40],
+			"Materials":["@119"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@116","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@117",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@116","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@118",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.25966364145278931,0.50723838806152344,0.76072144508361816,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@119",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@120",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,-40],
+			"Materials":["@123"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@120"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@121",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@120","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@122",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.61778587102890015,0.27576300501823425,0.10436855256557465,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@123",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@124",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,-32],
+			"Materials":["@127"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@124","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@125",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@124","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@126",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.095086589455604553,0.47904965281486511,0.809783935546875,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@127",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@128",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,-24],
+			"Materials":["@131"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@128","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@129",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@128","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@130",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.82644516229629517,0.94196873903274536,0.90336692333221436,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@131",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@132",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,-16],
+			"Materials":["@135"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@132","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@133",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@132","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@134",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.9729190468788147,0.027545521035790443,0.038564160466194153,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@135",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@136",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,-8],
+			"Materials":["@139"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@136","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@137",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@136","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@138",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.1198401153087616,0.45878303050994873,0.7886805534362793,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@139",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@140",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,0],
+			"Materials":["@143"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@140","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@141",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@140","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@142",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.40893709659576416,0.84532994031906128,0.37228888273239136,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@143",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@144",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,8],
+			"Materials":["@147"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@144","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@145",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@144","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@146",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.15345111489295959,0.85428261756896973,0.11114314943552017,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@147",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@148",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,16],
+			"Materials":["@151"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@148"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@149",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@148","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@150",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.93234080076217651,0.9634966254234314,0.99144738912582397,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@151",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@152",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,24],
+			"Materials":["@155"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@152","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@153",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@152","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@154",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.10898909717798233,0.41096469759941101,0.12517677247524261,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@155",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@156",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,32],
+			"Materials":["@159"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@156","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@157",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@156","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@158",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.36053597927093506,0.8971254825592041,0.21427740156650543,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@159",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@160",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-24,50,40],
+			"Materials":["@163"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@160","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@161",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@160","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@162",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.4167630672454834,0.10579859465360641,0.96252065896987915,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@163",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@164",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,-40],
+			"Materials":["@167"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@164","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@165",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@164","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@166",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.28644853830337524,0.19027112424373627,0.67863863706588745,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@167",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@168",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,-32],
+			"Materials":["@171"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@168","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@169",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@168","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@170",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.94030743837356567,0.48449274897575378,0.84198111295700073,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@171",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@172",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,-24],
+			"Materials":["@175"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@172","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@173",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@172","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@174",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.89237761497497559,0.7106853723526001,0.87296175956726074,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@175",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@176",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,-16],
+			"Materials":["@179"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@176","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@177",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@176","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@178",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.90358304977416992,0.41713312268257141,0.10513093322515488,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@179",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@180",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,-8],
+			"Materials":["@183"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@180","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@181",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@180","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@182",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.72669374942779541,0.75545322895050049,0.068278491497039795,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@183",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@184",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,0],
+			"Materials":["@187"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@184"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@185",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@184","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@186",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.42460420727729797,0.65589416027069092,0.23275372385978699,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@187",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@188",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,8],
+			"Materials":["@191"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@188","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@189",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@188","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@190",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.11132075637578964,0.48363623023033142,0.38664847612380981,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@191",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@192",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,16],
+			"Materials":["@195"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@192","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@193",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@192","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@194",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.12098578363656998,0.64973908662796021,0.64396071434020996,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@195",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@196",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,24],
+			"Materials":["@199"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@196","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@197",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@196","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@198",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.58588975667953491,0.051572039723396301,0.19019207358360291,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@199",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@200",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,32],
+			"Materials":["@203"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@200","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@201",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@200","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@202",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.38023725152015686,0.3794613778591156,0.43147647380828857,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@203",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@204",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-16,50,40],
+			"Materials":["@207"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@204","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@205",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@204","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@206",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.73259967565536499,0.29090738296508789,0.31308948993682861,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@207",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@208",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,-40],
+			"Materials":["@211"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@208","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@209",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@208","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@210",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.12279954552650452,0.70603007078170776,0.24274967610836029,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@211",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@212",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,-32],
+			"Materials":["@215"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@212","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@213",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@212","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@214",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.73342835903167725,0.0056894696317613125,0.39064022898674011,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@215",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@216",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,-24],
+			"Materials":["@219"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@216"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@217",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@216","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@218",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.50806510448455811,0.50953847169876099,0.55175715684890747,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@219",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@220",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,-16],
+			"Materials":["@223"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@220","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@221",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@220","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@222",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.077120624482631683,0.30599531531333923,0.61570841073989868,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@223",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@224",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,-8],
+			"Materials":["@227"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@224","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@225",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@224","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@226",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.063400082290172577,0.15443184971809387,0.41440954804420471,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@227",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@228",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,0],
+			"Materials":["@231"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@228","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@229",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@228","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@230",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.20383194088935852,0.6273961067199707,0.78008103370666504,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@231",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@232",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,8],
+			"Materials":["@235"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@232","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@233",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@232","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@234",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.75505548715591431,0.99711871147155762,0.6478009819984436,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@235",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@236",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,16],
+			"Materials":["@239"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@236","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@237",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@236","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@238",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.27263921499252319,0.35103338956832886,0.81967061758041382,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@239",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@240",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,24],
+			"Materials":["@243"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@240","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@241",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@240","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@242",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.85805428028106689,0.82057458162307739,0.58049136400222778,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@243",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@244",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,32],
+			"Materials":["@247"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@244","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@245",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@244","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@246",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.8111802339553833,0.45699924230575562,0.14338402450084686,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@247",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@248",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,-8,50,40],
+			"Materials":["@251"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@248","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@249",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@248","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@250",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.86553555727005005,0.21715027093887329,0.079092778265476227,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@251",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@252",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,-40],
+			"Materials":["@255"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@252","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@253",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@252","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@254",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.97600352764129639,0.29003703594207764,0.41718053817749023,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@255",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@256",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,-32],
+			"Materials":["@259"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@256","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@257",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@256","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@258",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.28589993715286255,0.048269666731357574,0.5633774995803833,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@259",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@260",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,-24],
+			"Materials":["@263"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@260","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@261",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@260","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@262",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.21607618033885956,0.82108557224273682,0.54239797592163086,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@263",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@264",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,-16],
+			"Materials":["@267"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@264"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@265",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@264","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@266",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.98101037740707397,0.62437522411346436,0.10925234854221344,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@267",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@268",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,-8],
+			"Materials":["@271"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@268","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@269",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@268","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@270",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.64345806837081909,0.36572074890136719,0.24503369629383087,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@271",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@272",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,0],
+			"Materials":["@275"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@272","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@273",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@272","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@274",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.19176861643791199,0.20406301319599152,0.61723679304122925,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@275",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@276",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,8],
+			"Materials":["@279"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@276"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@277",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@276","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@278",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.25508636236190796,0.36909857392311096,0.37767186760902405,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@279",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@280",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,16],
+			"Materials":["@283"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@280","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@281",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@280","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@282",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.27119842171669006,0.48148578405380249,0.21105112135410309,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@283",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@284",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,24],
+			"Materials":["@287"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@284"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@285",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@284","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@286",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.070857465267181396,0.83172011375427246,0.036577731370925903,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@287",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@288",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,32],
+			"Materials":["@291"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@288","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@289",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@288","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@290",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.70479100942611694,0.87101638317108154,0.073613002896308899,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@291",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@292",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,0,50,40],
+			"Materials":["@295"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@292"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@293",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@292","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@294",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.23169565200805664,0.6364668607711792,0.79557400941848755,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@295",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@296",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,-40],
+			"Materials":["@299"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@296","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@297",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@296","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@298",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.22518631815910339,0.26077669858932495,0.99603009223937988,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@299",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@300",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,-32],
+			"Materials":["@303"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@300","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@301",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@300","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@302",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.14233233034610748,0.52324163913726807,0.40008470416069031,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@303",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@304",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,-24],
+			"Materials":["@307"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@304"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@305",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@304","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@306",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.57079213857650757,0.18631951510906219,0.46461114287376404,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@307",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@308",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,-16],
+			"Materials":["@311"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@308","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@309",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@308","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@310",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.60027670860290527,0.3482765257358551,0.1108425110578537,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@311",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@312",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,-8],
+			"Materials":["@315"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@312","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@313",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@312","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@314",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.92541271448135376,0.38129064440727234,0.80693119764328003,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@315",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@316",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,0],
+			"Materials":["@319"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@316","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@317",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@316","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@318",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.73567390441894531,0.57010352611541748,0.84707009792327881,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@319",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@320",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,8],
+			"Materials":["@323"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@320","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@321",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@320","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@322",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.21579930186271667,0.11240795254707336,0.31925719976425171,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@323",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@324",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,16],
+			"Materials":["@327"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@324","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@325",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@324","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@326",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.92909818887710571,0.005899522453546524,0.75134360790252686,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@327",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@328",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,24],
+			"Materials":["@331"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@328","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@329",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@328","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@330",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.97787606716156006,0.96045303344726563,0.34159278869628906,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@331",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@332",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,32],
+			"Materials":["@335"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@332","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@333",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@332","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@334",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.60244524478912354,0.5751190185546875,0.38070037961006165,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@335",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@336",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,8,50,40],
+			"Materials":["@339"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@336"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@337",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@336","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@338",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.035497687757015228,0.92998611927032471,0.27129447460174561,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@339",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@340",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,-40],
+			"Materials":["@343"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@340","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@341",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@340","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@342",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.12941321730613708,0.31573969125747681,0.32744896411895752,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@343",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@344",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,-32],
+			"Materials":["@347"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@344","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@345",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@344","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@346",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.66642773151397705,0.71900606155395508,0.389283686876297,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@347",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@348",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,-24],
+			"Materials":["@351"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@348"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@349",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@348","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@350",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.0089102610945701599,0.63239151239395142,0.99442678689956665,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@351",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@352",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,-16],
+			"Materials":["@355"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@352","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@353",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@352","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@354",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.80496543645858765,0.29921099543571472,0.012702168896794319,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@355",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@356",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,-8],
+			"Materials":["@359"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@356"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@357",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@356","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@358",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.77028465270996094,0.07738407701253891,0.24030181765556335,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@359",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@360",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,0],
+			"Materials":["@363"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@360","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@361",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@360","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@362",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.41902852058410645,0.52027910947799683,0.68127566576004028,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@363",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@364",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,8],
+			"Materials":["@367"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@364","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@365",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@364","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@366",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.13066518306732178,0.7377052903175354,0.19632697105407715,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@367",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@368",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,16],
+			"Materials":["@371"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@368","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@369",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@368","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@370",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.22062350809574127,0.27862229943275452,0.29068973660469055,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@371",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@372",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,24],
+			"Materials":["@375"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@372","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@373",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@372","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@374",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.486794114112854,0.22435136139392853,0.21673606336116791,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@375",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@376",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,32],
+			"Materials":["@379"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@376"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@377",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@376","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@378",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.81744784116744995,0.70358175039291382,0.80815136432647705,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@379",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@380",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,16,50,40],
+			"Materials":["@383"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@380","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@381",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@380","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@382",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.65342378616333008,0.86930263042449951,0.62160933017730713,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@383",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@384",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,-40],
+			"Materials":["@387"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@384","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@385",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@384","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@386",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.73850291967391968,0.29345732927322388,0.27265405654907227,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@387",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@388",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,-32],
+			"Materials":["@391"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@388","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@389",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@388","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@390",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.72738850116729736,0.40921854972839355,0.5806918740272522,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@391",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@392",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,-24],
+			"Materials":["@395"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@392","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@393",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@392","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@394",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.38239485025405884,0.2604852020740509,0.93114930391311646,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@395",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@396",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,-16],
+			"Materials":["@399"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@396"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@397",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@396","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@398",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.118030846118927,0.62869203090667725,0.27886530756950378,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@399",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@400",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,-8],
+			"Materials":["@403"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@400"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@401",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@400","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@402",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.23456920683383942,0.33150312304496765,0.57824963331222534,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@403",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@404",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,0],
+			"Materials":["@407"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@404"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@405",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@404","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@406",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.63789957761764526,0.25082418322563171,0.51527559757232666,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@407",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@408",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,8],
+			"Materials":["@411"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@408"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@409",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@408","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@410",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.9071851372718811,0.40031954646110535,0.6605374813079834,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@411",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@412",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,16],
+			"Materials":["@415"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@412","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@413",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@412","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@414",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.37640732526779175,0.3161817193031311,0.65551412105560303,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@415",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@416",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,24],
+			"Materials":["@419"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@416","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@417",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@416","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@418",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.1742948591709137,0.85109412670135498,0.037889633327722549,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@419",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@420",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,32],
+			"Materials":["@423"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@420","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@421",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@420","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@422",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.14797317981719971,0.5105278491973877,0.42141199111938477,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@423",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@424",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,24,50,40],
+			"Materials":["@427"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@424","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@425",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@424","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@426",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.96106266975402832,0.6617586612701416,0.54197287559509277,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@427",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@428",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,-40],
+			"Materials":["@431"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@428","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@429",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@428","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@430",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.52158594131469727,0.40847861766815186,0.017859727144241333,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@431",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@432",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,-32],
+			"Materials":["@435"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@432","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@433",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@432","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@434",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.1865696907043457,0.69451779127120972,0.94321638345718384,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@435",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@436",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,-24],
+			"Materials":["@439"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@436","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@437",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@436","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@438",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.27789226174354553,0.43721973896026611,0.49737617373466492,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@439",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@440",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,-16],
+			"Materials":["@443"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@440","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@441",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@440","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@442",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.45104190707206726,0.38226813077926636,0.25759690999984741,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@443",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@444",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,-8],
+			"Materials":["@447"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@444","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@445",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@444","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@446",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.84150683879852295,0.18641762435436249,0.56780314445495605,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@447",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@448",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,0],
+			"Materials":["@451"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@448"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@449",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@448","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@450",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.98737269639968872,0.1024099662899971,0.54703277349472046,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@451",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@452",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,8],
+			"Materials":["@455"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@452","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@453",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@452","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@454",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.086441606283187866,0.30782696604728699,0.91991573572158813,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@455",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@456",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,16],
+			"Materials":["@459"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@456","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@457",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@456","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@458",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.8792375922203064,0.97446227073669434,0.16898542642593384,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@459",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@460",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,24],
+			"Materials":["@463"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@460","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@461",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@460","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@462",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.42257007956504822,0.97224968671798706,0.11153146624565125,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@463",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@464",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,32],
+			"Materials":["@467"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@464","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@465",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@464","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@466",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.83953607082366943,0.90957432985305786,0.21779473125934601,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@467",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@468",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,32,50,40],
+			"Materials":["@471"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@468","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@469",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@468","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@470",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.61497139930725098,0.83361446857452393,0.10892914980649948,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@471",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@472",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,-40],
+			"Materials":["@475"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@472","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@473",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@472","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@474",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.78549766540527344,0.99544113874435425,0.33095526695251465,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@475",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@476",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,-32],
+			"Materials":["@479"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@476","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@477",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@476","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@478",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.73649239540100098,0.37060320377349854,0.24355444312095642,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@479",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@480",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,-24],
+			"Materials":["@483"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@480","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@481",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@480","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@482",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.68190848827362061,0.60016286373138428,0.24054069817066193,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@483",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@484",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,-16],
+			"Materials":["@487"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@484","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@485",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@484","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@486",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.87365138530731201,0.06815396249294281,0.64087164402008057,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@487",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@488",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,-8],
+			"Materials":["@491"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@488","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@489",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@488","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@490",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.9416767954826355,0.40890803933143616,0.074565321207046509,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@491",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@25",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@492",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,0],
+			"Materials":["@495"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@492","@26"],
+			"decl":"mojo3d.CapsuleCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.CapsuleCollider)"
+		},
+		"id":"@493",
+		"state":{
+
+		},
+		"type":"mojo3d.CapsuleCollider"
+	},{
+		"ctor":{
+			"args":["@492","@27"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@494",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.60133689641952515,0.50934803485870361,0.77397733926773071,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@495",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@496",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,8],
+			"Materials":["@499"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@496"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@497",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@496","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@498",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.30913209915161133,0.61819767951965332,0.64997458457946777,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@499",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@13",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@500",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,16],
+			"Materials":["@503"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@500","@14"],
+			"decl":"mojo3d.BoxCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.BoxCollider)"
+		},
+		"id":"@501",
+		"state":{
+
+		},
+		"type":"mojo3d.BoxCollider"
+	},{
+		"ctor":{
+			"args":["@500","@15"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@502",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.31695100665092468,0.72640222311019897,0.57123053073883057,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@503",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@21",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@504",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,24],
+			"Materials":["@507"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@504"],
+			"decl":"mojo3d.CylinderCollider.New",
+			"type":"Void(mojo3d.Entity)"
+		},
+		"id":"@505",
+		"state":{
+			"Length":8,
+			"Radius":1
+		},
+		"type":"mojo3d.CylinderCollider"
+	},{
+		"ctor":{
+			"args":["@504","@23"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@506",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.51088607311248779,0.58255422115325928,0.15033793449401855,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@507",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@17",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@508",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,32],
+			"Materials":["@511"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@508","@18"],
+			"decl":"mojo3d.SphereCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.SphereCollider)"
+		},
+		"id":"@509",
+		"state":{
+
+		},
+		"type":"mojo3d.SphereCollider"
+	},{
+		"ctor":{
+			"args":["@508","@19"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@510",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.93275493383407593,0.31899091601371765,0.35939294099807739,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@511",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":["@29",null],
+			"decl":"mojo3d.Model.New",
+			"type":"Void(mojo3d.Model,mojo3d.Entity)"
+		},
+		"id":"@512",
+		"state":{
+			"LocalMatrix":[1,0,0,0,1,0,0,0,1,40,50,40],
+			"Materials":["@515"],
+			"Visible":true
+		},
+		"type":"mojo3d.Model"
+	},{
+		"ctor":{
+			"args":["@512","@30"],
+			"decl":"mojo3d.ConeCollider.New",
+			"type":"Void(mojo3d.Entity,mojo3d.ConeCollider)"
+		},
+		"id":"@513",
+		"state":{
+
+		},
+		"type":"mojo3d.ConeCollider"
+	},{
+		"ctor":{
+			"args":["@512","@31"],
+			"decl":"mojo3d.RigidBody.New",
+			"type":"Void(mojo3d.Entity,mojo3d.RigidBody)"
+		},
+		"id":"@514",
+		"state":{
+
+		},
+		"type":"mojo3d.RigidBody"
+	},{
+		"ctor":{
+			"args":[[0.51085960865020752,0.4643445611000061,0.97623538970947266,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@515",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[0.28321406245231628,0.57581007480621338,0.034805413335561752,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@516",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[0.22796665132045746,0.88475435972213745,0.21138815581798553,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@517",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[0.88361293077468872,0.30292403697967529,0.2768140435218811,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@518",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[0.56539154052734375,0.72534507513046265,0.53818792104721069,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@519",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	},{
+		"ctor":{
+			"args":[[0.64812636375427246,0.5395205020904541,0.96833956241607666,1],1,1,false],
+			"decl":"mojo3d.PbrMaterial.New",
+			"type":"Void(std.graphics.Color,Float,Float,Bool)"
+		},
+		"id":"@520",
+		"state":{
+
+		},
+		"type":"mojo3d.PbrMaterial"
+	}]
+}