Scene transitions initial implementation

This commit is contained in:
2023-09-11 00:07:40 -07:00
parent 81a56986ac
commit 51307c0d40
48 changed files with 1755 additions and 130 deletions

6
UI/SceneTransition.cs Normal file
View File

@@ -0,0 +1,6 @@
using Godot;
using System;
public partial class SceneTransition : Control
{
}