hsassets

package
v0.0.0-...-667d129 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package hsassets 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 nolint:gochecknoglobals // go:embed directive works only for globals 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 nolint:gochecknoglobals // like above: this is ok for go:embed

View Source

HellSpawnerLogo is a logo image from about dialog nolint:gochecknoglobals // go-embed

View Source
var ImageShrug []byte

ImageShrug is an image, which is displayed in ds1 editor, when no objects are there nolint:gochecknoglobals // the same reson as above

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL