// Copyright © 2017 Project Golan, all rights reserved. entity Player { health 1 subtype Player size 4 drawsize 16 friction 0.9 sprite "ent/player" } // EOF