diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 03:27:42 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-16 03:27:42 -0400 |
commit | eb31cb90e32ef15d7c76d526db4f057e82448b58 (patch) | |
tree | 3f6cdbbef12356f83ab0630b798eff4db246c81f /ship/light_fixture/light_fixture.tres | |
parent | bdf007968b86af4fbfc908251ea078158fe07d6f (diff) | |
download | godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.tar.gz godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.zip |
Housekeeping for all the new stuff that diverged from the reorganization
Diffstat (limited to 'ship/light_fixture/light_fixture.tres')
-rw-r--r-- | ship/light_fixture/light_fixture.tres | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ship/light_fixture/light_fixture.tres b/ship/light_fixture/light_fixture.tres new file mode 100644 index 0000000..bbabd53 --- /dev/null +++ b/ship/light_fixture/light_fixture.tres @@ -0,0 +1,13 @@ +[gd_resource type="SpatialMaterial" load_steps=3 format=2] + +[sub_resource type="OpenSimplexNoise" id=1] + +[sub_resource type="NoiseTexture" id=2] +seamless = true +noise = SubResource( 1 ) + +[resource] +albedo_color = Color( 0.682353, 0.682353, 0.682353, 1 ) +metallic = 1.0 +roughness = 0.65 +roughness_texture = SubResource( 2 ) |