ebiten/examples/blocks/blocks
Hajime Hoshi 0f52381580 ebiten: rename TPS functions
* SetMaxTPS() -> SetTPS()
* MaxTPS() -> TPS()
* CurrentTPS() -> ActualTPS()
* CurrentFPS() -> ActualFPS()

Closes #2071
2022-07-17 11:30:12 +09:00
..
field.go examples: change the name convention: Num -> Count 2022-07-13 02:02:48 +09:00
font.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
game.go ebiten: Remove the argument from Update 2020-10-04 19:33:10 +09:00
gamepad.go ebiten: rename Gamepad(Axis|Button)Num -> Gamepad(Axis|Button)Count 2022-07-13 01:27:14 +09:00
gamepadscene.go ebiten: rename TPS functions 2022-07-17 11:30:12 +09:00
gamescene.go ebiten: rename TPS functions 2022-07-17 11:30:12 +09:00
input.go examples/blocks: Skip the gamepad configuration if a standard layout is available 2021-07-20 03:48:01 +09:00
piece.go examples: change the name convention: Num -> Count 2022-07-13 02:02:48 +09:00
scenemanager.go ebiten: Remove the error returning value from NewImage 2020-10-06 00:48:56 +09:00
titlescene.go examples/blocks: Skip the gamepad configuration if a standard layout is available 2021-07-20 03:48:01 +09:00