new file structure
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package inc
|
||||
|
||||
import (
|
||||
inkwell "git.teletypegames.org/engines/inkwell"
|
||||
)
|
||||
|
||||
// paulShop — deck 01.
|
||||
func backgroundPaulShop() inkwell.Asset {
|
||||
return inkwell.Asset{
|
||||
Name: BgPaulShop,
|
||||
Path: "assets/bg/paul_shop.png",
|
||||
Kind: inkwell.AssetImage,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user