small racing game im working on
Diffstat (limited to 'assets/cars/kenney_sedan/blue_paint.tres')
| -rw-r--r-- | assets/cars/kenney_sedan/blue_paint.tres | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/cars/kenney_sedan/blue_paint.tres b/assets/cars/kenney_sedan/blue_paint.tres new file mode 100644 index 0000000..9f9a478 --- /dev/null +++ b/assets/cars/kenney_sedan/blue_paint.tres @@ -0,0 +1,7 @@ +[gd_resource type="StandardMaterial3D" format=3 uid="uid://cqm6nr0j5lo0o"] + +[resource] +resource_name = "paintRed" +vertex_color_use_as_albedo = true +albedo_color = Color(0, 0.623529, 0.792157, 1) +metallic = 1.0 |