17 lines
260 B
C#
17 lines
260 B
C#
![]() |
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using Godot;
|
||
|
using System;
|
||
|
|
||
|
|
||
|
|
||
|
namespace Rokojori
|
||
|
{
|
||
|
public class TextureCombinerContext
|
||
|
{
|
||
|
public TextureCombiner combiner;
|
||
|
public int imageWidth = 0;
|
||
|
public int imageHeight = 0;
|
||
|
|
||
|
}
|
||
|
}
|