summaryrefslogtreecommitdiffhomepage
path: root/scenery
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-27 22:48:25 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-03-27 22:48:25 +0200
commit9c24dd6fbe505a9fbfe810470ce6f2a48613f360 (patch)
tree41b6e737d62a4beda2311a12a374e8dcdb734cbb /scenery
parent2c98e2d10f709b14c750fcaac9e6417f923777ee (diff)
a
Diffstat (limited to 'scenery')
-rw-r--r--scenery/scenery.json7
-rw-r--r--scenery/table.json52
2 files changed, 30 insertions, 29 deletions
diff --git a/scenery/scenery.json b/scenery/scenery.json
index 270674a3..93df5f7b 100644
--- a/scenery/scenery.json
+++ b/scenery/scenery.json
@@ -14,6 +14,13 @@
"offset": "0 x -32"
},
{
+ "name": "table0",
+ "type": "generic",
+ "atlas-name": "table",
+ "bbox-offset": "0 x 0",
+ "bbox-size": "60 x 115"
+ },
+ {
"name": "bench1",
"type": "generic",
"atlas-name": "furniture/bench1",
diff --git a/scenery/table.json b/scenery/table.json
index 0609afe1..59b2d59b 100644
--- a/scenery/table.json
+++ b/scenery/table.json
@@ -1,31 +1,25 @@
{
- "fps": 24,
- "groups": [
- {
- "frames": [
- {
- "ground": "90 x 88",
- "size": "180 x 164"
- }
- ],
- "ground": "959 x 712",
- "name": "n"
- },
- {
- "mirror-from": "n",
- "name": "w",
- "offset": [
- 0,
- 0,
- 0
- ]
- }
- ],
- "nframes": 1,
- "object_name": "table",
- "pixel_size": "180 x 164",
- "scale": [
- "width",
- 180
- ]
+ "groups": [
+ {
+ "frames": [
+ {
+ "ground": "90 x 88",
+ "size": "180 x 164"
+ }
+ ],
+ "ground": "959 x 712",
+ "name": "n"
+ },
+ {
+ "mirror-from": "n",
+ "name": "w"
+ }
+ ],
+ "nframes": 1,
+ "object_name": "table",
+ "pixel_size": "180 x 164",
+ "scale": [
+ "width",
+ 180
+ ]
}