diff --git a/3d/truck_town/Materials/car_blue_body.material b/3d/truck_town/Materials/car_blue_body.material deleted file mode 100644 index 29d85e55..00000000 Binary files a/3d/truck_town/Materials/car_blue_body.material and /dev/null differ diff --git a/3d/truck_town/Materials/car_blue_body.tres b/3d/truck_town/Materials/car_blue_body.tres new file mode 100644 index 00000000..f8fbf350 --- /dev/null +++ b/3d/truck_town/Materials/car_blue_body.tres @@ -0,0 +1,6 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +albedo_color = Color( 0.0387451, 0, 0.256549, 1 ) +metallic = 0.2 +roughness = 0.6 diff --git a/3d/truck_town/Materials/car_grill.material b/3d/truck_town/Materials/car_grill.material deleted file mode 100644 index d8ff2c2e..00000000 Binary files a/3d/truck_town/Materials/car_grill.material and /dev/null differ diff --git a/3d/truck_town/Materials/car_grill.tres b/3d/truck_town/Materials/car_grill.tres new file mode 100644 index 00000000..97c4daa2 --- /dev/null +++ b/3d/truck_town/Materials/car_grill.tres @@ -0,0 +1,5 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +albedo_color = Color( 0.248353, 0.248353, 0.248353, 1 ) +roughness = 0.0 diff --git a/3d/truck_town/Materials/car_orange_body.material b/3d/truck_town/Materials/car_orange_body.material deleted file mode 100644 index 5a92941b..00000000 Binary files a/3d/truck_town/Materials/car_orange_body.material and /dev/null differ diff --git a/3d/truck_town/Materials/car_orange_body.tres b/3d/truck_town/Materials/car_orange_body.tres new file mode 100644 index 00000000..bb890374 --- /dev/null +++ b/3d/truck_town/Materials/car_orange_body.tres @@ -0,0 +1,5 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +albedo_color = Color( 0.742188, 0.33499, 0.156555, 1 ) +roughness = 0.0 diff --git a/3d/truck_town/Materials/car_red_body.material b/3d/truck_town/Materials/car_red_body.material deleted file mode 100644 index d4ee7cb2..00000000 Binary files a/3d/truck_town/Materials/car_red_body.material and /dev/null differ diff --git a/3d/truck_town/Materials/car_red_body.tres b/3d/truck_town/Materials/car_red_body.tres new file mode 100644 index 00000000..3ae9e5f3 --- /dev/null +++ b/3d/truck_town/Materials/car_red_body.tres @@ -0,0 +1,5 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +albedo_color = Color( 0.256575, 0.0334902, 0, 1 ) +roughness = 0.6 diff --git a/3d/truck_town/Materials/car_window.material b/3d/truck_town/Materials/car_window.material deleted file mode 100644 index b5477b80..00000000 Binary files a/3d/truck_town/Materials/car_window.material and /dev/null differ diff --git a/3d/truck_town/Materials/car_window.tres b/3d/truck_town/Materials/car_window.tres new file mode 100644 index 00000000..c43db09e --- /dev/null +++ b/3d/truck_town/Materials/car_window.tres @@ -0,0 +1,7 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +albedo_color = Color( 0.64, 0.64, 0.64, 1 ) +metallic = 0.3 +metallic_specular = 0.6 +roughness = 0.0 diff --git a/3d/truck_town/Materials/car_yellow_body.material b/3d/truck_town/Materials/car_yellow_body.material deleted file mode 100644 index c6d796a6..00000000 Binary files a/3d/truck_town/Materials/car_yellow_body.material and /dev/null differ diff --git a/3d/truck_town/Materials/car_yellow_body.tres b/3d/truck_town/Materials/car_yellow_body.tres new file mode 100644 index 00000000..3c5b9b56 --- /dev/null +++ b/3d/truck_town/Materials/car_yellow_body.tres @@ -0,0 +1,7 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +resource_name = "Material.001" +albedo_color = Color( 0.256549, 0.225529, 0, 1 ) +metallic = 0.1 +roughness = 0.6 diff --git a/3d/truck_town/Materials/cement.material b/3d/truck_town/Materials/cement.material deleted file mode 100644 index 0600f329..00000000 Binary files a/3d/truck_town/Materials/cement.material and /dev/null differ diff --git a/3d/truck_town/Materials/cement.tres b/3d/truck_town/Materials/cement.tres new file mode 100644 index 00000000..932b7a4a --- /dev/null +++ b/3d/truck_town/Materials/cement.tres @@ -0,0 +1,9 @@ +[gd_resource type="SpatialMaterial" load_steps=2 format=2] + +[ext_resource path="res://Images/cement.png" type="Texture" id=1] + +[resource] +resource_name = "Cement" +albedo_texture = ExtResource( 1 ) +roughness = 0.8 +uv1_scale = Vector3( 2, 2, 2 ) diff --git a/3d/truck_town/Materials/door.material b/3d/truck_town/Materials/door.material deleted file mode 100644 index d5d3f1b7..00000000 Binary files a/3d/truck_town/Materials/door.material and /dev/null differ diff --git a/3d/truck_town/Materials/door.tres b/3d/truck_town/Materials/door.tres new file mode 100644 index 00000000..e425b669 --- /dev/null +++ b/3d/truck_town/Materials/door.tres @@ -0,0 +1,6 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +resource_name = "vertexColorShader" +albedo_color = Color( 0.559608, 0.476667, 0.127098, 1 ) +roughness = 0.5 diff --git a/3d/truck_town/Materials/grass.material b/3d/truck_town/Materials/grass.material deleted file mode 100644 index 5a0f5230..00000000 Binary files a/3d/truck_town/Materials/grass.material and /dev/null differ diff --git a/3d/truck_town/Materials/grass.tres b/3d/truck_town/Materials/grass.tres new file mode 100644 index 00000000..b2ed2b5a --- /dev/null +++ b/3d/truck_town/Materials/grass.tres @@ -0,0 +1,9 @@ +[gd_resource type="SpatialMaterial" load_steps=2 format=2] + +[ext_resource path="res://Images/grass.png" type="Texture" id=1] + +[resource] +resource_name = "Grass" +albedo_texture = ExtResource( 1 ) +roughness = 0.8 +uv1_scale = Vector3( 2, 2, 2 ) diff --git a/3d/truck_town/Materials/house.material b/3d/truck_town/Materials/house.material deleted file mode 100644 index cbf78122..00000000 Binary files a/3d/truck_town/Materials/house.material and /dev/null differ diff --git a/3d/truck_town/Materials/house.tres b/3d/truck_town/Materials/house.tres new file mode 100644 index 00000000..afa7ca9a --- /dev/null +++ b/3d/truck_town/Materials/house.tres @@ -0,0 +1,6 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +resource_name = "Material.001" +albedo_color = Color( 0.905529, 0.87102, 0.614314, 1 ) +roughness = 0.0 diff --git a/3d/truck_town/Materials/roof.material b/3d/truck_town/Materials/roof.material deleted file mode 100644 index f6d2469d..00000000 Binary files a/3d/truck_town/Materials/roof.material and /dev/null differ diff --git a/3d/truck_town/Materials/roof.tres b/3d/truck_town/Materials/roof.tres new file mode 100644 index 00000000..d315fb90 --- /dev/null +++ b/3d/truck_town/Materials/roof.tres @@ -0,0 +1,6 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +resource_name = "Material" +albedo_color = Color( 0.17622, 0.025098, 0.0206667, 1 ) +roughness = 0.0 diff --git a/3d/truck_town/Materials/roof2.material b/3d/truck_town/Materials/roof2.material deleted file mode 100644 index 7ce461ee..00000000 Binary files a/3d/truck_town/Materials/roof2.material and /dev/null differ diff --git a/3d/truck_town/Materials/roof2.tres b/3d/truck_town/Materials/roof2.tres new file mode 100644 index 00000000..0cd06ea0 --- /dev/null +++ b/3d/truck_town/Materials/roof2.tres @@ -0,0 +1,6 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +resource_name = "vertexColorBIBase" +albedo_color = Color( 0.332031, 0.0233459, 0.0233459, 1 ) +roughness = 0.6 diff --git a/3d/truck_town/Materials/windows.material b/3d/truck_town/Materials/windows.material deleted file mode 100644 index d04f06e7..00000000 Binary files a/3d/truck_town/Materials/windows.material and /dev/null differ diff --git a/3d/truck_town/Materials/windows.tres b/3d/truck_town/Materials/windows.tres new file mode 100644 index 00000000..88c6bcb7 --- /dev/null +++ b/3d/truck_town/Materials/windows.tres @@ -0,0 +1,6 @@ +[gd_resource type="SpatialMaterial" format=2] + +[resource] +resource_name = "Material.002" +albedo_color = Color( 0.0563922, 0.0104314, 0.00341176, 1 ) +roughness = 0.0 diff --git a/3d/truck_town/car_base.tscn b/3d/truck_town/car_base.tscn index 1430526e..d6acd00b 100644 --- a/3d/truck_town/car_base.tscn +++ b/3d/truck_town/car_base.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=13 format=2] [ext_resource path="res://vehicle.gd" type="Script" id=1] -[ext_resource path="res://Materials/car_red_body.material" type="Material" id=2] -[ext_resource path="res://Materials/car_window.material" type="Material" id=3] -[ext_resource path="res://Materials/car_grill.material" type="Material" id=4] +[ext_resource path="res://Materials/car_red_body.tres" type="Material" id=2] +[ext_resource path="res://Materials/car_window.tres" type="Material" id=3] +[ext_resource path="res://Materials/car_grill.tres" type="Material" id=4] [ext_resource path="res://follow_camera.gd" type="Script" id=5] [sub_resource type="PhysicsMaterial" id=1] diff --git a/3d/truck_town/tow_truck.tscn b/3d/truck_town/tow_truck.tscn index f0a20a01..4f48de3d 100644 --- a/3d/truck_town/tow_truck.tscn +++ b/3d/truck_town/tow_truck.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=24 format=2] [ext_resource path="res://vehicle.gd" type="Script" id=1] -[ext_resource path="res://Materials/car_yellow_body.material" type="Material" id=2] -[ext_resource path="res://Materials/car_window.material" type="Material" id=3] -[ext_resource path="res://Materials/car_grill.material" type="Material" id=4] +[ext_resource path="res://Materials/car_yellow_body.tres" type="Material" id=2] +[ext_resource path="res://Materials/car_window.tres" type="Material" id=3] +[ext_resource path="res://Materials/car_grill.tres" type="Material" id=4] [ext_resource path="res://follow_camera.gd" type="Script" id=5] -[ext_resource path="res://Materials/car_red_body.material" type="Material" id=6] +[ext_resource path="res://Materials/car_red_body.tres" type="Material" id=6] [sub_resource type="ArrayMesh" id=1] resource_name = "bus.003" diff --git a/3d/truck_town/town_mesh.tscn b/3d/truck_town/town_mesh.tscn index 3a039ca1..23ef37f3 100644 --- a/3d/truck_town/town_mesh.tscn +++ b/3d/truck_town/town_mesh.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=52 format=2] -[ext_resource path="res://Materials/roof.material" type="Material" id=1] -[ext_resource path="res://Materials/roof2.material" type="Material" id=2] -[ext_resource path="res://Materials/cement.material" type="Material" id=3] -[ext_resource path="res://Materials/grass.material" type="Material" id=4] -[ext_resource path="res://Materials/house.material" type="Material" id=5] -[ext_resource path="res://Materials/windows.material" type="Material" id=6] -[ext_resource path="res://Materials/door.material" type="Material" id=7] +[ext_resource path="res://Materials/roof.tres" type="Material" id=1] +[ext_resource path="res://Materials/roof2.tres" type="Material" id=2] +[ext_resource path="res://Materials/cement.tres" type="Material" id=3] +[ext_resource path="res://Materials/grass.tres" type="Material" id=4] +[ext_resource path="res://Materials/house.tres" type="Material" id=5] +[ext_resource path="res://Materials/windows.tres" type="Material" id=6] +[ext_resource path="res://Materials/door.tres" type="Material" id=7] [sub_resource type="ArrayMesh" id=1] resource_name = "Cube.003" diff --git a/3d/truck_town/trailer_truck.tscn b/3d/truck_town/trailer_truck.tscn index 2e025ed6..68eb3118 100644 --- a/3d/truck_town/trailer_truck.tscn +++ b/3d/truck_town/trailer_truck.tscn @@ -1,8 +1,8 @@ [gd_scene load_steps=20 format=2] -[ext_resource path="res://Materials/car_blue_body.material" type="Material" id=1] -[ext_resource path="res://Materials/car_grill.material" type="Material" id=2] -[ext_resource path="res://Materials/car_orange_body.material" type="Material" id=3] +[ext_resource path="res://Materials/car_blue_body.tres" type="Material" id=1] +[ext_resource path="res://Materials/car_grill.tres" type="Material" id=2] +[ext_resource path="res://Materials/car_orange_body.tres" type="Material" id=3] [ext_resource path="res://vehicle.gd" type="Script" id=4] [ext_resource path="res://follow_camera.gd" type="Script" id=5]