about summary refs log tree commit diff
path: root/datasrc/teewars.dsd
blob: a95b960cb16b029e6e98c2c6bd1f971fe2915b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 *
	}
}