Documentation ¶
Overview ¶
Package assets contains project assets embeds
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed icons/reload.png ReloadIcon []byte //go:embed icons/stock_delete.png DeleteIcon []byte //go:embed icons/stock_down.png DownArrowIcon []byte //go:embed icons/stock_up.png UpArrowIcon []byte //go:embed icons/stock_left.png LeftArrowIcon []byte //go:embed icons/stock_right.png RightArrowIcon []byte //go:embed icons/player_play.png PlayButtonIcon []byte //go:embed icons/player_pause.png PauseButtonIcon []byte )
these variables are links to existing icons used in project https://github.com/golangci/golangci-lint/issues/1727
View Source
var ( //go:embed fonts/NotoSans-Regular.ttf FontNotoSansRegular []byte //go:embed fonts/CascadiaCode.ttf FontCascadiaCode []byte //go:embed fonts/DiabloRegular.ttf FontDiabloRegular []byte //go:embed fonts/DiabloBold.ttf FontDiabloBold []byte //go:embed fonts/source-han-serif/SourceHanSerifTC-Regular.otf FontSourceHanSerif []byte )
these variables are links to existing fonts used in project
View Source
var HellSpawnerLogo []byte
HellSpawnerLogo is a logo image from about dialog
View Source
var ImageShrug []byte
ImageShrug is an image, which is displayed in ds1 editor, when no objects are there
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.