You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's interesting for developers to test games, players to skip boring parts, and maybe it could be a logical feature. Just as emulators have the option to unlock gameloop and run faster than the default, we can add this key.
player control
space hold to speed change.
0 toggle speed.
1..5 set custom speed to 2x..5x
6..9 set custom speed to 10x..40x
game controll
std.speed.control(false) disable player control speed
* feat: start new bus and ev loop system #73
* fix: event bus for native and ginga #91
* feat: add wget to http util create request #90
* feat: new anims and colision fixed in asteroids example
* fix: missing resize in love2d
* docs: balance pong game #57
* feat: add subcommand fs-xxd-i to cli
* feat: add subcommand fs-copy to cli
* feat: add subcommand fs-luaconf to cli
* feat: add subcommand fs-copy to cli
* feat: module speed #81
* feat: speed toggle and 10x 20x 30x 40x 50x
* docs: homepage links in npm
* docs: write more docs to doxygen
* feat: node component system (#106)
* fix: pause when window blur #102
* fix: floor math random params #101
* style: some fixes in luau-analyze linter
* change: remove csv support
* feat: std.bus.abort
* feat: separate std.bus to std.node
* feat: std.node.kill and refact launcher example
* fix: some things in js
* ci: version local rename
It's interesting for developers to test games, players to skip boring parts, and maybe it could be a logical feature. Just as emulators have the option to unlock gameloop and run faster than the default, we can add this key.
player control
game controll
std.speed.control(false)
disable player control speedthanks @YagoCrispim for complementary ideas!
The text was updated successfully, but these errors were encountered: