Documentation
¶
Index ¶
Constants ¶
View Source
const ( DROP_CHARS = "'`|-" RAIN_INTENSITY = 5 MIN_DROP_SPEED = 0.5 MAX_DROP_SPEED = 3.0 RAIN_DROP_DRIFT = 0.25 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormDrawer ¶
type FormDrawer struct { }
func CreateFormDrawer ¶
func CreateFormDrawer() *FormDrawer
type RainDrawer ¶
type RainDrawer struct {
// contains filtered or unexported fields
}
func CreateRainDrawer ¶
func CreateRainDrawer() *RainDrawer
type TimeDrawer ¶
type TimeDrawer struct { }
func CreateTimeDrawer ¶
func CreateTimeDrawer() *TimeDrawer
Click to show internal directories.
Click to hide internal directories.