move to terrain render system
This commit is contained in:
@ -6,8 +6,9 @@ import (
|
||||
)
|
||||
|
||||
type Mob struct {
|
||||
*types.Appearance
|
||||
types.Appearance
|
||||
types.Coords
|
||||
ecs.Named
|
||||
BlocksPass bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user