2025-02-19 12:12:12 +00:00
|
|
|
using System.Collections;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using Godot;
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2026-05-22 12:25:02 +00:00
|
|
|
using Rokojori.Extensions;
|
2025-02-19 12:12:12 +00:00
|
|
|
namespace Rokojori
|
|
|
|
|
{
|
|
|
|
|
[Tool]
|
|
|
|
|
[GlobalClass]
|
|
|
|
|
public partial class TextureCombinerStack:Resource
|
|
|
|
|
{
|
|
|
|
|
[Export]
|
|
|
|
|
public TextureCombinerLayer[] layers;
|
|
|
|
|
}
|
|
|
|
|
}
|