(offset)
| 110 | preventMusicSkipping = True |
| 111 | |
| 112 | def from_width_center(offset): |
| 113 | return int( (window.width/2) + offset * (window.width / DEFAULT_WINDOW_WIDTH) ) |
| 114 | def from_height_center(offset): |
| 115 | return int( (window.height/2) + offset * (window.height / DEFAULT_WINDOW_HEIGHT) ) |
| 116 | def width_center(): |