initial commit
This commit is contained in:
11
domain/item.mug.go
Normal file
11
domain/item.mug.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package domain
|
||||
|
||||
import p "pncdsl/pncdsl"
|
||||
|
||||
func defineMug(g *p.Game) {
|
||||
g.ItemManager.Register(p.Item{
|
||||
Name: "mug",
|
||||
Sprite: "spr/mug",
|
||||
Description: "kedvenc bögréje",
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user