89c99b50e2
Mirrors the C64 text screen to the Pebble watch (with game-specific umlaut handling), adds a SELECT-triggered key wheel for sending navigation input back to the emulator, shows a splash screen on watch launch, and documents the resulting end-to-end architecture.
41 lines
760 B
JSON
41 lines
760 B
JSON
{
|
|
"name": "sumop_frontend",
|
|
"author": "MakeAwesomeHappen",
|
|
"version": "1.0.0",
|
|
"keywords": ["pebble-app"],
|
|
"private": true,
|
|
"dependencies": {},
|
|
"pebble": {
|
|
"displayName": "SchwertUndMagieOnPebbleFrontend",
|
|
"uuid": "8039ba8c-f1e8-4620-838d-650fa35335b7",
|
|
"sdkVersion": "3",
|
|
"enableMultiJS": true,
|
|
"targetPlatforms": [
|
|
"aplite",
|
|
"basalt",
|
|
"chalk",
|
|
"diorite",
|
|
"emery",
|
|
"flint",
|
|
"gabbro"
|
|
],
|
|
"watchapp": {
|
|
"watchface": false
|
|
},
|
|
"messageKeys": [
|
|
"TIME",
|
|
"COMMAND",
|
|
"SCREEN"
|
|
],
|
|
"resources": {
|
|
"media": [
|
|
{
|
|
"type": "bitmap",
|
|
"name": "IMAGE_SPLASH",
|
|
"file": "splash.png"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|