Adds enemies
This commit is contained in:
parent
cf8ba8bacb
commit
76e5b1927f
324 changed files with 28447 additions and 106 deletions
46
content/muzzleflash/muzzleflash_material.tres
Normal file
46
content/muzzleflash/muzzleflash_material.tres
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=8 format=3 uid="uid://dqp4e2wn3lp1e"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dnavx8bsrg2cp" path="res://content/rifle/Cardboard001_2K-PNG/Cardboard001_2K-PNG_Color.png" id="1_gksjt"]
|
||||
[ext_resource type="Texture2D" uid="uid://cpmhd8ni4r5lu" path="res://content/rifle/Cardboard001_2K-PNG/Cardboard001_2K-PNG_Roughness.png" id="2_jh5sx"]
|
||||
[ext_resource type="Texture2D" uid="uid://w1qjoj4t60pe" path="res://content/rifle/Cardboard001_2K-PNG/Cardboard001_2K-PNG_Displacement.png" id="3_eyjbo"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsemt7rxclix5" path="res://content/muzzleflash/m_14.png" id="4_xci3n"]
|
||||
[ext_resource type="Texture2D" uid="uid://dku7f5fijokpn" path="res://content/rifle/Cardboard001_2K-PNG/Cardboard001_2K-PNG_NormalGL.png" id="5_kdn7j"]
|
||||
|
||||
[sub_resource type="CurveTexture" id="CurveTexture_oq5c5"]
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_e1on6"]
|
||||
render_priority = 1
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
diffuse_mode = 3
|
||||
specular_mode = 1
|
||||
albedo_texture = ExtResource("4_xci3n")
|
||||
roughness_texture = ExtResource("2_jh5sx")
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("5_kdn7j")
|
||||
heightmap_texture = ExtResource("3_eyjbo")
|
||||
|
||||
[resource]
|
||||
next_pass = SubResource("StandardMaterial3D_e1on6")
|
||||
albedo_color = Color(0.56, 0, 0, 1)
|
||||
albedo_texture = ExtResource("1_gksjt")
|
||||
metallic_specular = 0.02
|
||||
roughness_texture = ExtResource("2_jh5sx")
|
||||
normal_enabled = true
|
||||
normal_scale = 1.7
|
||||
normal_texture = ExtResource("5_kdn7j")
|
||||
heightmap_enabled = true
|
||||
heightmap_scale = 2.658
|
||||
heightmap_deep_parallax = true
|
||||
heightmap_min_layers = 8
|
||||
heightmap_max_layers = 32
|
||||
heightmap_texture = ExtResource("3_eyjbo")
|
||||
heightmap_flip_texture = true
|
||||
backlight_enabled = true
|
||||
backlight = Color(0.666569, 0.666569, 0.666569, 1)
|
||||
refraction_scale = -0.25
|
||||
detail_mask = ExtResource("2_jh5sx")
|
||||
detail_albedo = SubResource("CurveTexture_oq5c5")
|
||||
uv1_scale = Vector3(4, 4, 4)
|
||||
grow_amount = -0.103
|
||||
Loading…
Add table
Add a link
Reference in a new issue