|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using Godot;
|
|
using System;
|
|
|
|
|
|
|
|
using Rokojori.Extensions;
|
|
namespace Rokojori
|
|
{
|
|
public class TextureCombinerContext
|
|
{
|
|
public TextureCombiner combiner;
|
|
public int imageWidth = 0;
|
|
public int imageHeight = 0;
|
|
|
|
}
|
|
} |