Files
TierMakerGodot/ExportSettings.cs

9 lines
196 B
C#

using Godot;
public partial class ExportSettings : GodotObject
{
/// <summary>
/// Scales images down to size of the
/// </summary>
public bool ScaleImages { get; set; } = false;
}