summaryrefslogtreecommitdiffstats
path: root/src/subconscious/graphics/widget/PerfView.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Separate UPS from FPS, make thread for GameWindow (graphics thread)Nao Pross2018-12-121-10/+15
| | | | | | | | The separation of game logic updates from render updates is necessary to proceed on the implementation of sprites. Otherwise the speed of animations of menus and sprites would depend on the game update speed. This commit breaks PerfView.
* Update PerfView to show FPS instead of DeltaTimeNao Pross2018-12-031-3/+6
|
* Add static class Font, update ActorInfo panelNao Pross2018-12-021-0/+3
|
* Add unscii-16 as default font in SceneNao Pross2018-11-271-8/+12
| | | | | There is also CamingoCode-Regular.ttf that can be used in the future for dev stuff in the UI.
* Fix PerfView text colorNao Pross2018-11-261-0/+3
|
* Rename MenuScene to MainMenuScene and minor code cleanupNao Pross2018-11-241-0/+5
|
* Add simple PerfView widget to show the deltaTimeNao Pross2018-11-241-0/+28