XPlor/definitions/cod/image.xscript

11 lines
244 B
Plaintext
Raw Normal View History

2026-01-01 22:18:40 -05:00
type image [display="Image"]
{
i32 name_ptr [ui, readonly, display="Name Ptr"];
if (name_ptr == -1) {
name = cstring() [ui, readonly, display="Name"];
}
// TODO: Add full image structure (texture data, format, dimensions, etc.)
}