diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 17:00:20 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 17:00:20 +0100 |
commit | a35d3eb228423dd0bc654ca253888c4032978923 (patch) | |
tree | f2ace769d51bdb48788143735a1d8adcb5544193 /scenery | |
parent | 98ecfdd1ad673cf15af702cae7176ce653fee086 (diff) |
move hardcoded scenery to its own dir too
Diffstat (limited to 'scenery')
-rw-r--r-- | scenery/control-panel.tga | bin | 0 -> 7793 bytes | |||
-rw-r--r-- | scenery/table.json | 37 | ||||
-rw-r--r-- | scenery/table.tga | bin | 0 -> 87626 bytes | |||
-rw-r--r-- | scenery/table/table.blend | bin | 0 -> 1195856 bytes | |||
-rw-r--r-- | scenery/table/table_rou.png | bin | 0 -> 1219363 bytes | |||
-rw-r--r-- | scenery/table/wood.png | bin | 0 -> 1484466 bytes |
6 files changed, 37 insertions, 0 deletions
diff --git a/scenery/control-panel.tga b/scenery/control-panel.tga Binary files differnew file mode 100644 index 00000000..3cb724ba --- /dev/null +++ b/scenery/control-panel.tga diff --git a/scenery/table.json b/scenery/table.json new file mode 100644 index 00000000..f472a4cd --- /dev/null +++ b/scenery/table.json @@ -0,0 +1,37 @@ +{
+ "actionframe": 0,
+ "anim_name": "",
+ "fps": 24,
+ "groups": [
+ {
+ "frames": [
+ {
+ "ground": "90 x 88",
+ "offset": "0 x 0",
+ "size": "180 x 164"
+ }
+ ],
+ "ground": "959 x 712",
+ "name": "n",
+ "offset": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ {
+ "mirror-from": "n",
+ "name": "w",
+ "offset": [
+ 0,
+ 0,
+ 0
+ ]
+ }
+ ],
+ "height": 0,
+ "nframes": 1,
+ "object_name": "table",
+ "pixel_size": "180 x 164",
+ "width": 180
+}
diff --git a/scenery/table.tga b/scenery/table.tga Binary files differnew file mode 100644 index 00000000..1f6083fc --- /dev/null +++ b/scenery/table.tga diff --git a/scenery/table/table.blend b/scenery/table/table.blend Binary files differnew file mode 100644 index 00000000..dddaf9c5 --- /dev/null +++ b/scenery/table/table.blend diff --git a/scenery/table/table_rou.png b/scenery/table/table_rou.png Binary files differnew file mode 100644 index 00000000..2f7d0048 --- /dev/null +++ b/scenery/table/table_rou.png diff --git a/scenery/table/wood.png b/scenery/table/wood.png Binary files differnew file mode 100644 index 00000000..2bdb07db --- /dev/null +++ b/scenery/table/wood.png |