mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 07:50:22 +01:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dy1i6vuu24ovq"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cltpie6eq33br" path="res://textures/grass.png" id="1"]
|
|
|
|
[resource]
|
|
resource_name = "Grass"
|
|
albedo_texture = ExtResource("1")
|
|
roughness = 0.8
|
|
uv1_scale = Vector3(2, 2, 2)
|