image path helper functions
This commit is contained in:
@@ -14,3 +14,7 @@ type NPC struct {
|
||||
Type NPCType
|
||||
Position Position
|
||||
}
|
||||
|
||||
func GetNPCTypeImagePath(name NPCTypeMapKey) string {
|
||||
return GetObjectDirectory(NPCObjectType) + string(name) + ".png"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user