Skip to content

Commit

Permalink
Further cleaned up BMD texture entries by just subbing in BTI instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Nov 8, 2023
1 parent ed42472 commit 4a543e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

using gx;

using jsystem.schema.j3dgraph.bmd.tex1;
using jsystem.schema.jutility.bti;

using SixLabors.ImageSharp.PixelFormats;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
using fin.schema.data;

using jsystem.schema.jutility.bti;

using schema.binary;
using schema.binary.attributes;

Expand Down Expand Up @@ -29,7 +31,7 @@ public partial class Tex1Data : IBinaryConvertible {

[RSequenceLengthSource(nameof(textureCount_))]
[RAtPosition(nameof(textureHeaderOffset_))]
public TextureEntry[] TextureHeaders;
public Bti[] TextureHeaders;

[RAtPosition(nameof(stringTableOffset_))]
public readonly StringTable StringTable = new();
Expand Down

This file was deleted.

0 comments on commit 4a543e4

Please sign in to comment.