rename pncdsl to inkwell
This commit is contained in:
+2
-2
@@ -1,4 +1,4 @@
|
||||
package pncdsl
|
||||
package inkwell
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@@ -268,7 +268,7 @@ func (g *Game) Validate() error {
|
||||
}
|
||||
}
|
||||
if g.activeTheme == "" || !g.ThemeManager.Has(g.activeTheme) {
|
||||
return fmt.Errorf("pncdsl: no active theme (got %q)", g.activeTheme)
|
||||
return fmt.Errorf("inkwell: no active theme (got %q)", g.activeTheme)
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user