Documentation ¶
Index ¶
Constants ¶
View Source
const ( STATIC = "static" FULL = "full-movenment" SLOW = "slow" MEDIUM = "medium" FAST = "fast" SLOW_SPEED = 1 MEDIUM_SPEED = 2.5 FAST_SPEED = 5 )
View Source
const ( PADDING = 20 WINDOW_WIDTH = 600 WINDOW_HEIGHT = 900 IMAGE_WIDTH = 240 LEFT = "going-left" RIGHT = "going-right" DEFAULT_BASKET_POS_X = (600 - IMAGE_WIDTH) / 2 DEFAULT_BASKET_POS_Y = 750 )
View Source
const ( ENTRY = "entry screen" EXIT = "exit screen" PLAYING = "playing" )
Variables ¶
View Source
var Y_POS = [3]float64{100, DEFAULT_BASKET_POS_Y, 1500}
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.