mirror of
https://github.com/HarmonyHoney/ROTA.git
synced 2026-07-17 16:46:17 +00:00
Moon orangey color, blend_add (=
This commit is contained in:
parent
6f75158372
commit
76784bbfaf
2 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ shader = ExtResource( 4 )
|
|||
shader_param/point = Vector2( 1.5, 0.5 )
|
||||
shader_param/radius = 0.5
|
||||
shader_param/outside_color = Color( 1, 1, 1, 1 )
|
||||
shader_param/inside_color = Color( 1, 1, 1, 0.2 )
|
||||
shader_param/inside_color = Color( 1, 1, 1, 0.1 )
|
||||
shader_param/time_scale = 0.005
|
||||
|
||||
[node name="Clouds" type="Node2D"]
|
||||
|
|
@ -148,7 +148,7 @@ end_cap_mode = 2
|
|||
round_precision = 5
|
||||
|
||||
[node name="Moon" type="Polygon2D" parent="Center/Stars"]
|
||||
modulate = Color( 0.937255, 0.94902, 1, 1 )
|
||||
modulate = Color( 1, 0.701961, 0, 1 )
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 350, 0 )
|
||||
rotation = 1.57079
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
shader_type canvas_item;
|
||||
render_mode blend_mix;
|
||||
render_mode blend_add;
|
||||
|
||||
uniform vec2 point = vec2(0, 0.5);
|
||||
uniform float radius : hint_range(0.0, 1.0) = 0.5;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue