mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 15:55:54 +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
8
Scripts/UI/ScreenFader.cs
Normal file
8
Scripts/UI/ScreenFader.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Godot;
|
||||
|
||||
namespace Cirno.Scripts.UI;
|
||||
|
||||
public partial class ScreenFader : Control
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue