Add download buttons for sprites and theme backgrounds

Allow users to download existing sprite and background assets from the
admin panel, useful for editing externally and re-uploading or backing
up customizations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-06-08 11:47:20 -07:00
parent 0b16218ce9
commit 3a3d46119a
2 changed files with 29 additions and 9 deletions
+7
View File
@@ -472,6 +472,13 @@ textarea {
display: none;
}
.sprite-btn-row {
display: flex;
gap: 6px;
justify-content: center;
flex-wrap: wrap;
}
/* Theme Management */
.theme-info {
background: rgba(0, 0, 0, 0.3);