item and npc rendering

This commit is contained in:
2023-07-07 09:14:37 +02:00
parent 8d2fcabc4b
commit fa3e43299c
13 changed files with 83 additions and 6 deletions

View File

@@ -11,6 +11,8 @@ type Domain struct {
func (d *Domain) Init() {
d.InitObjectType()
d.InitItemType()
d.InitNPCType()
d.InitMenu()
d.InitDialog()
d.InitLevel()