Updated Sphere Run.md (markdown)
commited
commit
58ad80fa7c1f15885e7d15bfa92169322c8bf802
... | ... | @@ -1,7 +1,7 @@ |
1 | 1 | <div style="scroll-behavior: smooth;" markdown="block"> |
2 | [Sphere Run](https://play.fancade.com/62DD8817F351F8CC) is a typical 3D runner game developed by RedScripter. It is mostly based on 3D runner games such as Temple Run, Subway Surfers, etc. |
|
2 | [Sphere Spurter](https://play.fancade.com/62DD8817F351F8CC) (formely named as 'Sphere Run') is a typical 3D runner game developed by RedScripter. It is mostly based on 3D runner games such as Temple Run, Subway Surfers, etc. |
|
3 | 3 | |
4 | ![Sphere Run](https://www.fancade.com/images/62DD8817F351F8CC.jpg) |
|
4 | ![Sphere Spurter](https://www.fancade.com/images/62DD8817F351F8CC.jpg) |
|
5 | 5 | |
6 | 6 | <details id="table-of-contents" class="toc" open="true" style="border:1px solid #eee; padding: 10px;"> |
7 | 7 | <summary style="border-bottom:1px solid #eee;"><b style="color:#BBB;font-size:22px;">Table Of Contents</b></summary> |
... | ... | @@ -44,19 +44,20 @@ |
44 | 44 | <<Warn("No information provided at the moment.")>> |
45 | 45 | |
46 | 46 | ## Versions |
47 | Latest Version: [v1.1.3](#latest-version) |
|
47 | Latest Version: [v1.1.4](#latest-version) |
|
48 | 48 | <div style="overflow-y: scroll; height: 300px; scroll-behavior: smooth;" markdown="block"> |
49 | 49 | |
50 | 50 | | Version | Date | Description | |
51 | 51 | | ------------- | ------------- | ------------- | |
52 | | <b>v0.1 beta</b> | [25th July, 2022](https://discord.com/channels/409219533618806786/546353645923598347/1002590154042654811) | - First Beta Version. | |
|
53 | | v0.1.1 beta | [25th July, 2022](https://discord.com/channels/409219533618806786/546353645923598347/1000818692352909312) | - The path constructor now places a new object/path when it is at least 55 distance from the actor instead of just on screen bounds to prevent object overflow. | |
|
54 | | <b>v0.2 beta</b> | [29th July, 2022](https://discord.com/channels/409219533618806786/546353645923598347/1002590154042654811) | - Updated textures for some tiles.<br>- Updated flower decoration object.<br>- Adjusted camera range (field of view) in landscape orientation.<br>- Slightly adjusted sphere speed.<br>- Removed unnecessary script blocks. | |
|
55 | | <b>v1.0</b> | [2nd August, 2022](https://discord.com/channels/409219533618806786/409219534231437323/1004833465176440842) | - First Public Version.<br>- Based on v0.1.1 beta. | |
|
56 | | <b>v1.1</b> | 3rd August, 2022 | - Updated Box Art logo.<br>- Based on v0.2 beta. | |
|
57 | | v1.1.1 | 5th August, 2022 | - Fixed score still displaying the Power Up timer when you lose. | |
|
58 | | v1.1.2 | 6th August, 2022 | - Optimised some script blocks. | |
|
59 | | <a id="latest-version">v1.1.3</a> | 7th August, 2022 | - Adjusted sphere speed once again.<br>- Fixed the Power Up duration display jitters when equipping Invincibility, or Shield Power Up when there is an obstacle ahead of the actor.<br>- Optimised some script blocks (Reduced to 87% of the script limit). | |
|
52 | | <b>v0.1 beta</b> | [25 July, 2022](https://discord.com/channels/409219533618806786/546353645923598347/1002590154042654811) | - First Beta Version. | |
|
53 | | v0.1.1 beta | [25 July, 2022](https://discord.com/channels/409219533618806786/546353645923598347/1000818692352909312) | - The path constructor now places a new object/path when it is at least 55 distance from the actor instead of just on screen bounds to prevent object overflow. | |
|
54 | | <b>v0.2 beta</b> | [29 July, 2022](https://discord.com/channels/409219533618806786/546353645923598347/1002590154042654811) | - Updated textures for some tiles.<br>- Updated flower decoration object.<br>- Adjusted camera range (field of view) in landscape orientation.<br>- Slightly adjusted sphere speed.<br>- Removed unnecessary script blocks. | |
|
55 | | <b>v1.0</b> | [2 August, 2022](https://discord.com/channels/409219533618806786/409219534231437323/1004833465176440842) | - First Public Version.<br>- Based on v0.1.1 beta. | |
|
56 | | <b>v1.1</b> | 3 August, 2022 | - Updated Box Art logo.<br>- Based on v0.2 beta. | |
|
57 | | v1.1.1 | 5 August, 2022 | - Fixed score still displaying the Power Up timer when you lose. | |
|
58 | | v1.1.2 | 6 August, 2022 | - Optimised some script blocks. | |
|
59 | | v1.1.3 | 7 August, 2022 | - Adjusted sphere speed once again.<br>- Fixed the Power Up duration display jitters when equipping Invincibility, or Shield Power Up when there is an obstacle ahead of the actor.<br>- Optimised some script blocks (Reduced to 87% of the script limit). | |
|
60 | | <a id="latest-version">v1.1.4</a> | 12 August, 2022 | - Added turn animations for the actor.<br>- Renamed current game to 'Sphere Spurter'. | |
|
60 | 61 | |
61 | 62 | </div> |
62 | 63 |