Commit graph

11 commits

Author SHA1 Message Date
Kazhnuz
b1eb30ed6c fix: workaround high frame skip when loading resources
It'll need a proper fix, but if the game is going under 15FPS,
make delta time to 1/15 second, in order to be sure that it'll simply slow
that frame and not skip a whole transition for instance
2021-04-10 11:09:38 +02:00
Kazhnuz
e08e689586 feat: add transition system 2021-04-02 19:33:56 +02:00
Kazhnuz
3bde0e22ac chore(core): bump to latest snapshot 2019-07-26 16:46:43 +02:00
Kazhnuz
3cbec9a3df core: use latest gamecore 2019-03-23 12:02:01 +01:00
Kazhnuz
706565eb5d src/core: add mouse support to scenes 2019-01-28 09:44:07 +01:00
Kazhnuz
586409bf5b src: add a basic scene system 2019-01-28 09:15:42 +01:00
Kazhnuz
dbaf2614bd src/core: add initial lang system 2019-01-27 21:59:33 +01:00
Kazhnuz
2fb7c4252d src/core: add screen system as a cscreen wrapper 2019-01-27 21:45:57 +01:00
Kazhnuz
99ad6704c2 src/core: add the input system 2019-01-27 21:41:08 +01:00
Kazhnuz
48cde0d947 src/core: add an option system with core options that'll be used 2019-01-27 21:37:42 +01:00
Kazhnuz
134651e730 src/core: add the core with a basic debug system 2019-01-27 21:28:00 +01:00