diff --git a/README.md b/README.md index 595c0ff..33ca686 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ The classic game remake. Build for GameShell. Made with [LÖVE](https://love2d.org/)(11.1). -The project uses [hump](https://github.com/vrld/hump) and [lume](https://github.com/rxi/lume) for utility functions. - Download the latest Release [here](https://github.com/zzxzzk115/GoldMiner-GameShell/releases/latest). ## How to play @@ -35,6 +33,12 @@ Download the latest Release [here](https://github.com/zzxzzk115/GoldMiner-GameSh ![level01](./pictures/photos_03_level01.jpg) +## 3rd + +- [hump](https://github.com/vrld/hump) and [lume](https://github.com/rxi/lume) for utility functions. +- [push](https://github.com/Ulydev/push) for resolution-handling. +- [tick](https://github.com/bjornbytes/tick) for a custom tick-rate. + ## Release Notes Checkout release notes [here](./ReleaseNotes.md). diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8b2d228..53b124e 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +2022/6/2 v1.0.0-rc: + +- Updated README.md + 2022/5/30 v1.0.0-b.2: - Added push.lua for high resolution situation.