small racing game im working on
Diffstat (limited to 'assets/cars/sphere.tres')
| -rw-r--r-- | assets/cars/sphere.tres | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/assets/cars/sphere.tres b/assets/cars/sphere.tres index 26c2256..604c359 100644 --- a/assets/cars/sphere.tres +++ b/assets/cars/sphere.tres @@ -1,11 +1,10 @@ [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) +[ext_resource type="Material" uid="uid://clxw3lq6vmrrl" path="res://assets/mats/skid.tres" id="1_3lts8"] [resource] -material = SubResource("StandardMaterial3D_efh8s") -radial_segments = 12 -rings = 12 +material = ExtResource("1_3lts8") +radius = 1.0 +height = 2.0 +radial_segments = 16 +rings = 8 |