Skip to content

Commit

Permalink
[Ultica-ISO] Add wing mirror vehicle part (#1638)
Browse files Browse the repository at this point in the history
* rename wide_high to high_wide for better sort order

* add wing mirror vehicle part
mlange-42 authored Oct 2, 2022
1 parent a9463ef commit f2fb1c8
Showing 35 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"id": [ "vp_wing_mirror_left", "vp_wing_mirror" ],
"fg": [ "vp_wing_mirror_left_rotN", "vp_wing_mirror_left_rotW", "vp_wing_mirror_left_rotS", "vp_wing_mirror_left_rotE" ],
"rotates": true,
"bg": ""
},
{
"id": "vp_wing_mirror_right",
"fg": [ "vp_wing_mirror_right_rotN", "vp_wing_mirror_right_rotW", "vp_wing_mirror_right_rotS", "vp_wing_mirror_right_rotE" ],
"rotates": true,
"bg": ""
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
10 changes: 9 additions & 1 deletion gfx/Ultica_iso/tile_info.json
Original file line number Diff line number Diff line change
@@ -39,6 +39,14 @@
"//5": "Object like furniture up to 144cm"
}
},
{
"iso_full_wide.png": {
"sprite_width": 96,
"sprite_height": 72,
"sprite_offset_x": -24,
"sprite_offset_y": -48
}
},
{
"iso_high.png": {
"sprite_width": 48,
@@ -56,7 +64,7 @@
}
},
{
"iso_wide_high.png": {
"iso_high_wide.png": {
"sprite_width": 96,
"sprite_height": 96,
"sprite_offset_x": -24,

0 comments on commit f2fb1c8

Please sign in to comment.