move to terrain render system

This commit is contained in:
2019-11-16 03:40:26 +03:00
parent 7b4a3c3200
commit 7e9f7686a9
17 changed files with 158 additions and 62 deletions

View File

@ -6,8 +6,9 @@ import (
)
type Mob struct {
*types.Appearance
types.Appearance
types.Coords
ecs.Named
BlocksPass bool
}