Home
last modified time | relevance | path

Searched refs:goal_w (Results 1 – 3 of 3) sorted by relevance

/dports/games/chapping/chapping-0.43-source/game/
H A Dstadium.cpp84 l->setPos(Vector(theme->stadium_x-theme->goal_w,goal_y)); in init()
91 l->setPos(Vector(theme->stadium_x-theme->goal_w,goal_y)); in init()
92 l->setSize(Vector(theme->goal_w,0)); in init()
98 l->setPos(Vector(theme->stadium_x-theme->goal_w,goal_y+theme->goal_h)); in init()
99 l->setSize(Vector(theme->goal_w,0)); in init()
120 l->setPos(Vector(theme->stadium_x+theme->stadium_w+theme->goal_w,goal_y)); in init()
128 l->setSize(Vector(theme->goal_w,0)); in init()
136 l->setSize(Vector(theme->goal_w,0)); in init()
H A Dtheme.h74 int goal_w; member
H A Dtheme.cpp155 goal_w=atoi(value.c_str()); in Theme()