commit
ce8dc67afa
|
|
@ -0,0 +1 @@
|
|||
0.01: New face!
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
# Distort Watchface
|
||||
Was playing around with custom fonts and made something with it
|
||||
Made for Bangle.js 2
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
|
||||
Has a dark mode
|
||||
|
||||
## Requests
|
||||
|
||||
If you have any issues or would like to suggest a feature, click here to send a message -> [here](https://github.com/elykittytee/BangleApps/issues/new?title=Poketch%20Clock%20Bug).
|
||||
|
||||
## Creator
|
||||
|
||||
Eleanor Tayam
|
||||
|
|
@ -0,0 +1 @@
|
|||
require("heatshrink").decompress(atob("j0ewkBiIAxHIQMJiBJEIxAaCAIQfHDgIUFDwwNCHYgVFiAVBHYgIDEghKCCIQGCFYoaDAYgORGIJ2DBwYIBHgQOPgAOIPIYOGAgQOFFgh7DHZQeDBwhoFQgh3JEAgOFFoqkHYRzgOfx4bCJ4gNGSIaJEABA7EAGA"))
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 660 B |
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"id": "distortclk",
|
||||
"name": "Distort Clock",
|
||||
"shortName":"Distort Clock",
|
||||
"version": "0.01",
|
||||
"description": "A clockface",
|
||||
"icon": "app.png",
|
||||
"type": "clock",
|
||||
"tags": "clock",
|
||||
"supports": ["BANGLEJS2"],
|
||||
"allow_emulator": true,
|
||||
"readme":"README.md",
|
||||
"storage": [
|
||||
{"name":"distortclk.app.js","url":"app.js"},
|
||||
{"name":"distortclk.img","url":"app-icon.js","evaluate":true}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Loading…
Reference in New Issue