aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/firmament/gui/npc_waypoints.xml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-08-08 01:14:51 +0200
committerLinnea Gräf <nea@nea.moe>2024-08-08 01:15:43 +0200
commit63d0d32e4659dfc621bef06e1a93d4293af2653d (patch)
tree74e01776d02e69fa7943dfd170dee92be0bb0475 /src/main/resources/assets/firmament/gui/npc_waypoints.xml
parentb4f9ca21ef801bb3e39c53ae21bb6bf4398c94e9 (diff)
downloadfirmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.tar.gz
firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.tar.bz2
firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.zip
Clean up reuse comments
[no changelog]
Diffstat (limited to 'src/main/resources/assets/firmament/gui/npc_waypoints.xml')
-rw-r--r--src/main/resources/assets/firmament/gui/npc_waypoints.xml10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/main/resources/assets/firmament/gui/npc_waypoints.xml b/src/main/resources/assets/firmament/gui/npc_waypoints.xml
index a71e899..25027e3 100644
--- a/src/main/resources/assets/firmament/gui/npc_waypoints.xml
+++ b/src/main/resources/assets/firmament/gui/npc_waypoints.xml
@@ -1,11 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
-
-<!--
-SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
-
-SPDX-License-Identifier: GPL-3.0-or-later
--->
-
<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:firm="http://firmament.nea.moe/moulconfig">
<Center>
<Panel background="VANILLA" insets="5">
@@ -20,7 +13,8 @@ SPDX-License-Identifier: GPL-3.0-or-later
<Array data="@results">
<Row>
<Text text="@name" width="180"/>
- <firm:Hover lines="Click to set this waypoint as your destination;Shift-Click to warp to the nearest warp point and set this as your destination">
+ <firm:Hover
+ lines="Click to set this waypoint as your destination;Shift-Click to warp to the nearest warp point and set this as your destination">
<firm:Button onClick="@click" noBackground="true">
<When condition="@isSelected">
<firm:Image resource="firmament:textures/gui/waypoint_selected.png"