mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 13:43:47 +00:00
Screen fader on level transition
This commit is contained in:
parent
687d3f7803
commit
959701be08
6 changed files with 80 additions and 8 deletions
12
Scenes/HUD/SceenFader.tscn
Normal file
12
Scenes/HUD/SceenFader.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene format=3 uid="uid://cec8gr3m3q3d0"]
|
||||
|
||||
[node name="SceenFader" type="CanvasLayer"]
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
color = Color(0, 0, 0, 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue