mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
Rocket Info Gui
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user