constants

package
v0.0.0-...-5045af9 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Screen Size Constant
	SCREEN_DEFAULT_WIDTH  int32 = 800
	SCREEN_DEFAULT_HEIGHT int32 = 600

	// Target FPS
	SCREEN_TARGET_FPS int32 = 60

	// Game Title
	WINDOW_TITLE = "wrecked-angle"
)

Variables

View Source
var (
	// Color Constants
	Violet rl.Color = rl.Color{
		R: 70, G: 30, B: 82, A: 255,
	}
	SlateBlue rl.Color = rl.Color{
		R: 85, G: 108, B: 201, A: 255,
	}
)

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