From 3e282612a39121edbe44e6aea777e22bb436adee Mon Sep 17 00:00:00 2001 From: Zacharias <54169874+zaze06@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:19:55 +0100 Subject: [PATCH] Update resourcepack.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed an î to an i --- resourcepack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resourcepack.md b/resourcepack.md index b8ad5c0..03525ac 100644 --- a/resourcepack.md +++ b/resourcepack.md @@ -71,7 +71,7 @@ base This boolean is false if the pointer locks at the `end` angle when the speed exceeds `maxSpeed`. - pointer This defines properties of the pointer. - - color *not required, but if not present then `ìmage` most be* + - color *not required, but if not present then `image` most be* The color value should be a hexadecimal RGB code, e.g., #b00219, where # is followed by six characters representing red, green, and blue values (00-FF for each component). - length *not required if `image` is not defined* The length in picture based on the original size of the background. @@ -91,4 +91,4 @@ I have created a JSON schema for this that is available at [speedometer_config_s ```json "$schema": "https://raw.githubusercontent.com/zaze06/Speedometer/refs/heads/master/schemas/speedometer_config_schema.json", ``` -in the root object, and the schema should apply, else if your editor supports it you can add the schema to all `speedometer.json` files \ No newline at end of file +in the root object, and the schema should apply, else if your editor supports it you can add the schema to all `speedometer.json` files