rendering items, pick up, iventory re-make in progress to aloow item drop/wear/whatever

This commit is contained in:
2019-11-17 02:09:41 +03:00
parent 685dfeeeb1
commit 0a6c642dc2
12 changed files with 349 additions and 207 deletions

View File

@ -2,8 +2,8 @@ package items
import "lab.zaar.be/thefish/alchemyst-go/engine/ecs"
var Controller ecs.Controller
var Controller *ecs.Controller
func Init(ctrl ecs.Controller) {
func Init(ctrl *ecs.Controller) {
Controller = ctrl
}