You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
package main
|
|
|
|
import "core:time"
|
|
|
|
// WINDOW SIZES
|
|
DEFAULT_WINDOW_MINIMUM_WINDOW_WIDTH :: 300
|
|
DEFAULT_WINDOW_MINIMUM_WINDOW_HEIGHT :: 200
|
|
|
|
// FONT
|
|
DEFAULT_FONT :: "/usr/share/fonts/TTF/FiraCode-Regular.ttf"
|
|
DEFAULT_FONT_SIZE :: 18
|
|
|
|
// DELAYS
|
|
DEFAULT_DELAY :: 100 * time.Millisecond
|