We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6639e53 commit e569be5Copy full SHA for e569be5
electron/main/game/game.parser.ts
@@ -463,7 +463,7 @@ export class GameParserImpl implements GameParser {
463
case 'dir': // <dir value="e"/>
464
this.compassDirections.push(attributes.value);
465
break;
466
- case 'vitals': // <progressBar id="mana" value="100"/>
+ case 'progressBar': // <progressBar id="mana" value="100"/>
467
this.emitVitalsGameEvent({
468
vitalId: attributes.id,
469
value: parseInt(attributes.value),
0 commit comments