Changed Rocket Info Icon

This commit is contained in:
Cooldude2606
2020-05-26 19:35:01 +01:00
parent 4f62b983cf
commit 4fc51a429b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
[player-list]
main-tooltip=Player list
main-tooltip=Player List
open-action-bar=Options
close-action-bar=Close Options
reason-confirm=Confirm Reason
@@ -17,7 +17,7 @@ afk-time=__1__% of total map time\nLast moved __2__ ago
open-map=__1__ __2__\n__3__\nClick to open map
[rocket-info]
main-tooltip=Rocket info
main-tooltip=Rocket Info
launch-tooltip=Launch rocket
launch-tooltip-disabled=Launch rocket (not ready)
toggle-rocket-tooltip=Disable auto launch
@@ -70,7 +70,7 @@ no-packs=You have not made any science packs yet
[task-list]
main-caption=Task List
main-tooltip=Task list
main-tooltip=Task List
sub-tooltip=Tasks that remain to be done
no-tasks=You have no tasks
last-edit=Last edited by __1__ at __2__
@@ -83,7 +83,7 @@ discard-tooltip=Remove task
[warp-list]
main-caption=Warp List
main-tooltip=Warp list, must be within __1__ tiles to use
main-tooltip=Warp List; Must be within __1__ tiles to use
sub-tooltip=Warps can only be used every __1__ seconds and when within __2__ tiles
too-close=Can't make warp; too close to warp: __1__
last-edit=Last edited by __1__ at __2__\nClick to view on map

View File

@@ -513,7 +513,7 @@ end)
--- Button on the top flow used to toggle the container
-- @element toggle_left_element
Gui.left_toolbar_button('entity/rocket-silo', {'rocket-info.main-tooltip'}, rocket_list_container, function(player)
Gui.left_toolbar_button('item/satellite', {'rocket-info.main-tooltip'}, rocket_list_container, function(player)
return Roles.player_allowed(player,'gui/rocket-info')
end)