Skip to content

Commit 555c3b5

Browse files
committedJan 4, 2025
change Add Relative to Wall Relative
1 parent 705240c commit 555c3b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎wtfdig/src/routes/+layout.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
type: 'alert',
1717
title: 'Changelog',
1818
body:
19-
`1/3/2024: added wfJ/o1Z to the raidplan selector
19+
`1/3/2024: added wfJ/o1Z to the raidplan selector, changed Add Relative to Wall Relative for CODCAR
2020
1/2/2024: Updated some styling to make the swap assignments more obvious (yes melees will sometimes need to take a ranged spot), added some info to footer
2121
1/1/2024: Added big overview image, rotated AOE spreads correctly for CODCAR, added post-swap locations for everyone starting on tiles
2222
12/31/2024: Added Alignment buttons (Original, True North, Add Relative) for CODCAR, added Wild Charges to CODCAR tile players, some improvements to responsive sizing

‎wtfdig/src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<RadioGroup>
109109
<RadioItem bind:group={alignment} name="alignment" value={"original"}>Original</RadioItem>
110110
<RadioItem bind:group={alignment} name="alignment" value={"truenorth"}>True North</RadioItem>
111-
<RadioItem bind:group={alignment} name="alignment" value={"addrelative"}>Add Relative</RadioItem>
111+
<RadioItem bind:group={alignment} name="alignment" value={"addrelative"}>Wall Relative</RadioItem>
112112
</RadioGroup>
113113
</div>
114114
{/if}

0 commit comments

Comments
 (0)