Skip to content

Commit

Permalink
Make water overlay colour editable again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzter committed Jun 14, 2023
1 parent a42bef7 commit a754814
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion SourceCode/scenes/layers/Liquid/Water.tscn
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=7 format=2]

[ext_resource path="res://scenes/layers/TileMap.tscn" type="PackedScene" id=1]
[ext_resource path="res://scenes/layers/Ambience.tscn" type="PackedScene" id=2]
[ext_resource path="res://sounds/ambience_loops/AmbienceWaves.mp3" type="AudioStream" id=3]
[ext_resource path="res://scenes/layers/Liquid/Liquid.gd" type="Script" id=4]
[ext_resource path="res://scenes/shaders/Overlay.gdshader" type="Shader" id=5]

[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 5 )
shader_param/overlay_color = Color( 0.5, 0.5, 0.5, 0.5 )

[node name="Water" type="Node2D"]
material = SubResource( 1 )
z_as_relative = false
script = ExtResource( 4 )

Expand Down

0 comments on commit a754814

Please sign in to comment.