mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
25 lines
327 B
Plaintext
25 lines
327 B
Plaintext
|
tag:images {
|
||
|
ident:name * {
|
||
|
tag:filename string:filename
|
||
|
}
|
||
|
}
|
||
|
|
||
|
tag:sounds {
|
||
|
ident:name * {
|
||
|
tag:filename string:path
|
||
|
}
|
||
|
}
|
||
|
|
||
|
tag:weapons {
|
||
|
ident:name * {
|
||
|
tag:sprite_gun ptr:sprite
|
||
|
tag:sprite_cursor ptr:sprite
|
||
|
}
|
||
|
}
|
||
|
|
||
|
tag:sprites {
|
||
|
ident:name ptr:image int:gridx int:gridy * {
|
||
|
ident:name int:x int:y int:w int:h *
|
||
|
}
|
||
|
}
|