Archived
forked from RDTKEditor/RDTKEditor
11 lines
129 B
C#
11 lines
129 B
C#
using System;
|
|
namespace RhythmBase.Adofai.Components
|
|
{
|
|
public enum BgDisplayModes
|
|
{
|
|
FitToScreen,
|
|
Unscaled,
|
|
Tiled
|
|
}
|
|
}
|