Skip to content

Commit

Permalink
add dropdown for spawn map on test mod page
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Sep 24, 2024
1 parent 9c1bd1b commit f082e6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="text-xl font-bold mb-2">Useful Character Settings</h2>

<div class="form-row">
<app-input-floating-label>Map</app-input-floating-label>
<input [(ngModel)]="settings.map" type="text" placeholder="The map to spawn on" class="form-input" />
<app-input-map [(map)]="settings.map"></app-input-map>
</div>

<div class="form-row">
Expand Down

0 comments on commit f082e6f

Please sign in to comment.