diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-01-02 19:14:45 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-01-02 19:15:43 -0800 |
| commit | 7d670c5b63db44e32d33b7db3495b4d792866f86 (patch) | |
| tree | 0daff89e0cdac7e6becbc01f00d268e66f2849b6 /Hotline/Assets.xcassets/Classic/167.imageset/Contents.json | |
| parent | 78a93e5f5ed74010a130367d27221b2a11fb6542 (diff) | |
Fix banners not loading. First crack at adding a classic icon set with icons painsakenly pulled from the original Hotline client. May try to "remaster" these somehow.
Diffstat (limited to 'Hotline/Assets.xcassets/Classic/167.imageset/Contents.json')
| -rw-r--r-- | Hotline/Assets.xcassets/Classic/167.imageset/Contents.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/Classic/167.imageset/Contents.json b/Hotline/Assets.xcassets/Classic/167.imageset/Contents.json new file mode 100644 index 0000000..06dfee1 --- /dev/null +++ b/Hotline/Assets.xcassets/Classic/167.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "167.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |