Skip to content

Commit

Permalink
Drag-and-drop overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
RaySSharma committed Mar 10, 2020
1 parent 73140a9 commit e95a27d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified encounter-builder.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion encounter-builder/templates/builder-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ <h1>{{capitalizeAll this.difficulty}}</h1>
<div class='npc-container'>
<img class='npc-portraits' src="{{this.img}}" title="{{this.name}}" id="{{this.id}}"/>
<div class="subtract">
<i class="fas fa-minus"></i>
<i class="fas fa-minus" title="{{this.name}}" id="{{this.id}}"></i>
</div>
</div>
{{/each}}
Expand Down
Binary file modified images/testencounter.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e95a27d

Please sign in to comment.