tracl .res files in lfs
This commit is contained in:
parent
3143408a48
commit
672fa9b94e
8 changed files with 3 additions and 3 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -5,3 +5,4 @@
|
|||
*.glb filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.res filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
|
@ -7,7 +7,7 @@ texture = ExtResource("1_11ibk")
|
|||
|
||||
[sub_resource type="VisualShader" id="VisualShader_jt705"]
|
||||
code = "shader_type spatial;
|
||||
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_toon, specular_schlick_ggx;
|
||||
render_mode blend_mix, depth_draw_opaque, cull_back, diffuse_lambert, specular_schlick_ggx;
|
||||
|
||||
uniform sampler2D tex_frg_2;
|
||||
|
||||
|
@ -24,8 +24,7 @@ void fragment() {
|
|||
|
||||
}
|
||||
"
|
||||
graph_offset = Vector2(-126.194, -32.1399)
|
||||
modes/diffuse = 3
|
||||
graph_offset = Vector2(-146.887, -49.9698)
|
||||
nodes/fragment/2/node = SubResource("VisualShaderNodeTexture_3w7bt")
|
||||
nodes/fragment/2/position = Vector2(-20, 140)
|
||||
nodes/fragment/connections = PackedInt32Array(2, 0, 0, 0)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue