Files
Leviathan/Client/Game/resource/Sprite.tml
T
2026-06-01 12:46:52 +02:00

113 lines
1.8 KiB
XML

template bound_box
{1E1F26C8-A4D9-4c19-AE49-96D44444D219}
{
dword bound_rect[4];
string id;
}
template old_frame_type
{6EC27AF0-635F-4eee-A8F5-9D0531E9ACD0}
{
dword delay;
dword image_origin[2];
float attr[8];
dword attrlock[8];
dword bound_box_size;
bound_box bound_box_array[bound_box_size];
dword library_number;
}
template frame_type
{198700B5-0911-4fb1-99B7-C0581BC3B4B1}
{
dword delay;
dword image_origin[2];
float attr[8];
dword attrlock[8];
dword bound_box_size;
bound_box bound_box_array[bound_box_size];
dword library_number;
dword flags;
}
template note_type
{8D24F9F2-A4ED-4fea-BADE-0304E4EF61CA}
{
dword frame_number;
string note;
}
template track_type
{13AC601B-B8A1-4e0f-ADD1-CCF01EA4D231}
{
string track_name;
dword note_size;
note_type note_array[note_size];
}
template old_animation_type
{D4761A8B-4FBE-4a9c-A844-EDF8F7B05081}
{
string animation_name;
dword frame_time;
dword frame_size;
old_frame_type old_frame_array[frame_size];
dword track_size;
track_type track_array[track_size];
}
template animation_type
{5DC15CC2-CE3A-4fa6-8444-BAE9F8F0D79B}
{
string animation_name;
dword frame_time;
dword frame_size;
frame_type frame_array[frame_size];
dword track_size;
track_type track_array[track_size];
}
template library_type
{E1BDE3E7-9617-49cd-A76E-AB236455EA8C}
{
string library_name;
string library_path;
dword library_rect[4];
}
template old_sprite_type
{656E31D8-3CD6-4a5d-ADF9-A2CB5CABD6B2}
{
dword animation_size;
old_animation_type old_animation_array[animation_size];
dword library_size;
library_type library_array[library_size];
}
template sprite_type
{1ACDB25A-2EBF-4995-987E-696BD32FA876}
{
dword animation_size;
animation_type animation_array[animation_size];
dword library_size;
library_type library_array[library_size];
}