2025-12-10 14:17:07 +00:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text.RegularExpressions;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using Godot;
|
|
|
|
|
|
2026-05-22 12:25:02 +00:00
|
|
|
using Rokojori.Extensions;
|
2025-12-10 14:17:07 +00:00
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[Tool]
|
|
|
|
|
[GlobalClass]
|
|
|
|
|
public partial class WipeSettings:Resource
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public Compositor compositor;
|
|
|
|
|
|
|
|
|
|
[Export]
|
|
|
|
|
public WipeEffect wipeEffect;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|