omi-eikyo/data/objdefs/testobj.dod

12 lines
162 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-09-28 10:51:14 -07:00
health 1
size 10
drawsize 16
sprite "ent/testobj"
}
// EOF