Rocket Info Gui

This commit is contained in:
Cooldude2606
2020-01-11 01:32:16 +00:00
parent ebf08fa989
commit ecf99b1142
4 changed files with 554 additions and 433 deletions

View File

@@ -45,7 +45,7 @@ Please report these errors to [the issues page](issues).
## Contributing
All are welcome to make pull requests and issues for this scenario, if you are in any doubt, please ask someone in our [discord]. If you do not know lua and don't feel like learning you can always make a [feature request]. All our docs can be found [here][docs]. Please keep in mind while making code changes:
All are welcome to make pull requests and issues for this scenario, if you are in any doubt, please ask someone in our [discord]. If you do not know lua and don't feel like learning you can always make a [feature request]. To find out what we already have please read our [docs]. Please keep in mind while making code changes:
* New features should have the branch names: `feature/feature-name`
* New features are merged into `dev` after it has been completed, this can be done through a pull request.

View File

@@ -39,7 +39,7 @@ return {
'modules.addons.discord-alerts',
'modules.addons.chat-reply',
-- GUI
--'modules.gui.rocket-info',
'modules.gui.rocket-info',
'modules.gui.science-info',
'modules.gui.warp-list',
'modules.gui.task-list',

View File

@@ -46,6 +46,8 @@ data-caption-avg-launch-n=Average Time __1__
data-tooltip-avg-launch-n=The average amount of time taken to launch the last __1__ rockets
data-caption-milestone-n=Milestone __1__
data-tooltip-milestone-n=Time taken to each __1__ rockets
data-caption-milestone-next=N/A
data-tooltip-milestone-next=Not yet achieved
progress-x-pos=X __1__
progress-y-pos=Y __1__
progress-label-tooltip=View on map

File diff suppressed because it is too large Load Diff