2025-09-17 08:25:03 +00:00
|
|
|
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System;
|
|
|
|
|
using Godot;
|
|
|
|
|
|
|
|
|
|
|
2026-05-22 12:25:02 +00:00
|
|
|
using Rokojori.Extensions;
|
2025-09-17 08:25:03 +00:00
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[Tool]
|
|
|
|
|
[GlobalClass]
|
|
|
|
|
public partial class StencilLayer:Resource
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public int fallBackIndex = 0;
|
|
|
|
|
}
|
|
|
|
|
}
|