basic twitch integration working well, many bugs
This commit is contained in:
parent
4b4702c90a
commit
cdd8cdea3a
31 changed files with 1254 additions and 6 deletions
4
addons/water_shader/standard_shaders/green.tres
Normal file
4
addons/water_shader/standard_shaders/green.tres
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://due1qpgfoidud"]
|
||||
|
||||
[resource]
|
||||
albedo_color = Color(0, 0.752941, 0.196078, 1)
|
||||
4
addons/water_shader/standard_shaders/pink.tres
Normal file
4
addons/water_shader/standard_shaders/pink.tres
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://w0521xyotujb"]
|
||||
|
||||
[resource]
|
||||
albedo_color = Color(1, 0, 1, 1)
|
||||
14
addons/water_shader/standard_shaders/simple_wood.tres
Normal file
14
addons/water_shader/standard_shaders/simple_wood.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://d4kuxhbpjjs3s"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_4rnsn"]
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_dv33a"]
|
||||
as_normal_map = true
|
||||
noise = SubResource("FastNoiseLite_4rnsn")
|
||||
|
||||
[resource]
|
||||
albedo_color = Color(0.25098, 0.2, 0.0431373, 1)
|
||||
metallic_specular = 0.0
|
||||
roughness = 0.0
|
||||
normal_enabled = true
|
||||
normal_texture = SubResource("NoiseTexture2D_dv33a")
|
||||
4
addons/water_shader/standard_shaders/yellow.tres
Normal file
4
addons/water_shader/standard_shaders/yellow.tres
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[gd_resource type="StandardMaterial3D" format=3 uid="uid://khxhx4mnugb1"]
|
||||
|
||||
[resource]
|
||||
albedo_color = Color(1, 1, 0, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue