This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
chovy-gm/GMAssetCompiler/YYRoomBackground.cs

26 lines
284 B
C#

namespace GMAssetCompiler
{
internal struct YYRoomBackground
{
public int visible;
public int foreground;
public int index;
public int x;
public int y;
public int hTiled;
public int vTiled;
public int hSpeed;
public int vSpeed;
public int stretch;
}
}