1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

TPS widget

This commit is contained in:
Shy
2024-12-07 12:07:44 +01:00
parent 0ae3d69dfa
commit fe904c7000
6 changed files with 133 additions and 2 deletions
@@ -87,5 +87,9 @@
"widgets.widgets.plaintext.description": "Zeigt einen festgelegten Text an",
"widgets.widgets.plaintext.text": "Text",
"widgets.widgets.plaintext.initial": "Ändere dies in den Widget-Einstellungen",
"widgets.widgets.plaintext.placeholder": "Gib hier deinen Text ein..."
"widgets.widgets.plaintext.placeholder": "Gib hier deinen Text ein...",
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.tps.dynamicColor": "Farbe dynamisch anzeigen",
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Zeigt die TPS im Einzelspielermodus an oder schätzt die TPS im Mehrspielermodus"
}
@@ -87,5 +87,9 @@
"widgets.widgets.plaintext.description": "Input a text to display on screen",
"widgets.widgets.plaintext.text": "Text",
"widgets.widgets.plaintext.initial": "Change this in the widget settings",
"widgets.widgets.plaintext.placeholder": "Type your text here..."
"widgets.widgets.plaintext.placeholder": "Type your text here...",
"widgets.widgets.tps.tps": "%s TPS",
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
"widgets.widgets.tps": "TPS",
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer or estimates server TPS when in multiplayer"
}
+1
View File
@@ -6,6 +6,7 @@
"mixins": [
],
"client": [
"MixinClientPlayNetworkHandler",
"MixinMouse"
],
"injectors": {