Skip to content

Commit

Permalink
closes #58
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 20, 2024
1 parent 0dda47a commit ce4f373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/tabs/items/items-editor/items-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<app-input-sprite [(sprite)]="editingData.sprite"></app-input-sprite>
</div>

<div class="form-row">
<app-input-floating-label>Animation</app-input-floating-label>
<input [(ngModel)]="editingData.animation" type="number" min="0" max="24" placeholder="Choose animation..."
class="form-input" />
</div>

<div class="form-row">
<app-input-floating-label>Name</app-input-floating-label>
<input [ngModel]="editingData.name" type="text" placeholder="Choose name..." class="form-input"
Expand Down

0 comments on commit ce4f373

Please sign in to comment.