DSZI_Survival/src
Michał Czekański 741222e0aa Add update method, static buffer, static printing to console method
Added static buffer in UiConsole class which stores lines to print. Even if there is no UiConsole object instantiated (cos it's static).
Everything from buffer is being printed on update() calls, update is called every frame.
To add lines to buffer use static printToConsole() method.
2020-05-15 01:37:07 +02:00
..
AI Documentation fixes 2020-05-14 16:24:59 +02:00
entities getFacingCoord screenRelative now defaults to false 2020-05-14 16:30:10 +02:00
game Entities list is now a pygame.sprite.Group 2020-05-14 16:33:35 +02:00
ui Add update method, static buffer, static printing to console method 2020-05-15 01:37:07 +02:00