2022-12-06 19:51:12 +00:00

8 lines
127 B
C#

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