From 754c860540660f004d09f1634ff62a56c481972e Mon Sep 17 00:00:00 2001 From: Physcik Date: Sat, 10 Jan 2026 21:34:07 +0500 Subject: texturs hanlding diff --- engine/Dynamic/Descriptors/Textures.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 engine/Dynamic/Descriptors/Textures.go (limited to 'engine/Dynamic/Descriptors/Textures.go') diff --git a/engine/Dynamic/Descriptors/Textures.go b/engine/Dynamic/Descriptors/Textures.go new file mode 100644 index 0000000..9d480ee --- /dev/null +++ b/engine/Dynamic/Descriptors/Textures.go @@ -0,0 +1,12 @@ +package descriptors + +const TexturesDescriptorDirectoryName string = "Textures" +const TexturesDescriptorFileName string = "Meta.json" + +type TexturesDescriptor struct { + Avaliable []string +} + +func IsValid() error { + return nil +} -- cgit v1.3