2022-12-09 01:36:47 +01:00

8 lines
127 B
C#

using Godot;
public struct Tile
{
public bool isHighlighted;
public float value;
public ShaderMaterial material;
}