DatReader class heritage
Start Atlas maker class for generate atlas texture
This commit is contained in:
parent
7fb6345839
commit
18203c539f
6 changed files with 65 additions and 22 deletions
9
LandblockExtraction/DatEngine/TextureEngine.cs
Normal file
9
LandblockExtraction/DatEngine/TextureEngine.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using AC2RE.Definitions;
|
||||
|
||||
namespace LandblockExtraction.DatEngine {
|
||||
public class TextureEngine : DatEngine {
|
||||
public TextureEngine() : base(@"X:\DatFiles\highres.dat") {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue