Skip to content

Instantly share code, notes, and snippets.

@Cevantime
Created October 9, 2020 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cevantime/5e95674ad749865b0da48097d59063e6 to your computer and use it in GitHub Desktop.
Save Cevantime/5e95674ad749865b0da48097d59063e6 to your computer and use it in GitHub Desktop.
[gd_scene load_steps=4 format=2]
[sub_resource type="CubeMesh" id=1]
[sub_resource type="BoxShape" id=2]
[sub_resource type="CubeMesh" id=3]
[node name="Main" type="Spatial"]
[node name="Ground" type="StaticBody" parent="."]
[node name="GroundMesh" type="MeshInstance" parent="Ground"]
transform = Transform( 100, 0, 0, 0, 0.25, 0, 0, 0, 100, 0, 0, 0 )
mesh = SubResource( 1 )
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="Ground"]
transform = Transform( 100, 0, 0, 0, 0.25, 0, 0, 0, 100, 0, 0, 0 )
shape = SubResource( 2 )
[node name="Surroundings" type="Spatial" parent="."]
[node name="Cube" type="MeshInstance" parent="Surroundings"]
transform = Transform( 3.4, 0, 0, 0, 3.2, 0, 0, 0, 1.9, -4, 1.84194, 32 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube2" type="MeshInstance" parent="Surroundings"]
transform = Transform( 2.3, 0, 0, 0, 30.6, 0, 0, 0, 68.16, 57, 29.8419, -44 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube13" type="MeshInstance" parent="Surroundings"]
transform = Transform( 2.3, 0, 0, 0, 30.6, 0, 0, 0, -6.816, 57, 29.8419, 41 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube7" type="MeshInstance" parent="Surroundings"]
transform = Transform( 16.3679, 0, -0.88, 0, 0.6, 0, 9.45, 0, 1.5242, 35.5563, 0.841942, 8.72792 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube15" type="MeshInstance" parent="Surroundings"]
transform = Transform( 16.3679, 0, -0.88, 0, 0.6, 0, 9.45, 0, 1.5242, 35.5563, 0.841942, 27.7279 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube8" type="MeshInstance" parent="Surroundings"]
transform = Transform( 32.7, 0, 0, 0, 0.84, 0, 0, 0, 2.4, -18, 0.841942, -2 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube14" type="MeshInstance" parent="Surroundings"]
transform = Transform( 32.7, 0, 0, 0, 0.84, 0, 0, 0, 2.4, -18, 0.841942, 18 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube9" type="MeshInstance" parent="Surroundings"]
transform = Transform( 7.1, 0, 0, 0, 6.9, 0, 0, 0, 7.7, 6, 6.84194, -46 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube11" type="MeshInstance" parent="Surroundings"]
transform = Transform( 7.1, 0, 0, 0, 6.9, 0, 0, 0, 7.7, 28, 6.84194, -46 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube12" type="MeshInstance" parent="Surroundings"]
transform = Transform( 7.1, 0, 0, 0, 6.9, 0, 0, 0, 7.7, 17, 20.8419, -46 )
mesh = SubResource( 3 )
material/0 = null
[node name="Cube10" type="MeshInstance" parent="Surroundings"]
transform = Transform( 7.9, 0, 0, 0, 32.7, 0, 0, 0, -7.9, -25, 32.8419, -38 )
mesh = SubResource( 3 )
material/0 = null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment