mirror of
https://codeberg.org/Ikatono/TierMaker.git
synced 2025-10-28 20:45:35 -05:00
9 lines
196 B
C#
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;
|
|
} |