czepeko imports

This commit is contained in:
Ian Gulliver
2023-05-21 10:21:59 -07:00
parent d1016459e6
commit 45a27af724
5 changed files with 76 additions and 83 deletions

View File

@@ -14,6 +14,10 @@ import (
var mapSigs = map[string]string{
"./*.jpg;Objects/*.png": "drmapzo-diamond",
"./*.jpg;./*.png;Objects/*.png": "drmapzo-diamond",
"./*.jpg": "czepeku-$5",
"./*.png": "czepeku-$5",
"./*.jpg;./*.png": "czepeku-$5",
"./*.jpg;Objects/*.jpg": "czepeku-$5",
}
func main() {