omi-eikyo/data/objdefs/testobj.dod

13 lines
179 B
Plaintext
Raw Normal View History

2017-09-28 10:51:14 -07:00
// Copyright © 2017 Project Golan, all rights reserved.
entity TestObj
{
2017-09-29 04:50:36 -07:00
subtype Test
2017-10-07 04:27:17 -07:00
health 6
2017-09-28 10:51:14 -07:00
size 10
drawsize 16
sprite "ent/testobj"
2017-10-07 04:27:17 -07:00
color 1, 0, 0
2017-09-28 10:51:14 -07:00
}
// EOF