small racing game im working on
Diffstat (limited to 'assets/cars/sphere.tres')
| -rw-r--r-- | assets/cars/sphere.tres | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/cars/sphere.tres b/assets/cars/sphere.tres new file mode 100644 index 0000000..26c2256 --- /dev/null +++ b/assets/cars/sphere.tres @@ -0,0 +1,11 @@ +[gd_resource type="SphereMesh" load_steps=2 format=3 uid="uid://cd2plk55q0xr7"] + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_efh8s"] +transparency = 1 +shading_mode = 0 +albedo_color = Color(0.435294, 0.435294, 0.435294, 0.705882) + +[resource] +material = SubResource("StandardMaterial3D_efh8s") +radial_segments = 12 +rings = 12 |