changelog.txt
来自「SDL-Ball这款经典的弹球游戏克隆自arkanoid、dxball、brea」· 文本 代码 · 共 25 行
TXT
25 行
0.01Initial alpha release, highscores are broken, there is a few bugs in the collision detection, and performance is bad.0.02Initial highscore support0.03Replaced all timer code with two global variables, instead of every object keeping track of its own time which only uses additional resources and makes the game out of sync.Minor fixesFixed the "lives left" text.Fixed bug in highscores so it only showed up first timeAdded settings.cfg and support for loading and saving settings.0.03bFixed bug that made it impossible to change level, added a nonpausing timerAdded background to the highscore listing0.03cCleaned up the menu class.Made highscore listing look better.0.04Using lists for effects and balls instead, for more effective management of collision detection.Optimized a bit here and there.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?