summaryrefslogtreecommitdiffhomepage
path: root/scenery/control-panel.json
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-19 16:18:13 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-03-19 16:18:13 +0100
commit86bd6a4411badecfc76fe3a9d29b4aa30c8fdba7 (patch)
tree468c23d67bab654f98126c1fa7ab58e9043b3f6a /scenery/control-panel.json
parentf1da751349fb52a8a88b10bc3289288a4fcd2396 (diff)
work on entity reodering
Diffstat (limited to 'scenery/control-panel.json')
-rw-r--r--scenery/control-panel.json20
1 files changed, 13 insertions, 7 deletions
diff --git a/scenery/control-panel.json b/scenery/control-panel.json
index 78045d2d..2ef2e2f0 100644
--- a/scenery/control-panel.json
+++ b/scenery/control-panel.json
@@ -3,22 +3,28 @@
{
"frames": [
{
- "ground": "11 x 46",
- "size": "21 x 54"
+ "ground": "11 x 45",
+ "size": "21 x 52"
}
],
"ground": "11 x 46",
"name": "n",
- "offset": [ 0, -32, 22 ]
+ "offset": [
+ 0,
+ 0,
+ 22
+ ]
},
{
"mirror-from": "n",
- "name": "w",
- "offset": [ -32, 0, 22 ]
+ "name": "w"
}
],
"nframes": 1,
"object_name": "control-panel",
- "pixel_size": "21 x 54",
- "scale": [ "height", 54 ]
+ "pixel_size": "21 x 52",
+ "scale": [
+ "factor",
+ 1.0
+ ]
}