Skip to content

Commit

Permalink
UnknownAlways2 -> TileOffset
Browse files Browse the repository at this point in the history
  • Loading branch information
fixdude authored Dec 31, 2024
1 parent e1f5d22 commit 84c84e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions UndertaleModLib/Models/UndertaleBackground.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,10 @@ public void Unserialize(UndertaleReader reader)
/// </summary>
public UndertaleTexturePageItem Texture { get; set; }


/// <summary>
/// TODO: Functionality currently unknown. Game Maker Studio 2 only.
/// Tile offset starting from the top left, both horizontally and vertically. Game Maker Studio 2 only.
/// </summary>
public uint GMS2UnknownAlways2 { get; set; } = 2;
public uint GMS2TileOffset { get; set; } = 2;

/// <summary>
/// The width of a tile in this tileset. Game Maker Studio 2 only.
Expand Down Expand Up @@ -193,4 +192,4 @@ public void Dispose()
Name = null;
Texture = null;
}
}
}

0 comments on commit 84c84e2

Please sign in to comment.