Example #1
0
def window():
    display.set_caption(
        "%s - %ifps - %stps - %s"
        % ("vector:kill: SUICIDE SHIPS", round(display.get_fps()), entities.TICKS_PER_SECOND, len(entities.ENTITIES))
    )
Example #2
0
def window(dt):
	display.set_caption('%s - %ifps - %stps - %s' % ('Level Editor',
	                                                 round(display.get_fps()),
	                                                 entities.TICKS_PER_SECOND,
	                                                 len(entities.ENTITIES)))