Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Ultica-ISO] Traffic lights #1600

Merged
merged 2 commits into from
Sep 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"id": "f_traffic_light",
"fg": "f_traffic_light_rotS",
"multitile": true,
"additional_tiles": [
{
"id": "unconnected",
"fg": [
"f_traffic_light_rotN",
"f_traffic_light_rotE",
"f_traffic_light_rotS",
"f_traffic_light_rotW"
]
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,28 @@
"bg": [ ],
"rotates": true
},
{
"id": "vp_windshield_sw",
"fg": [
"vp_windshield_sw",
"vp_windshield_sw_rotW",
"vp_windshield_sw_rotS",
"vp_windshield_sw_rotE"
],
"bg": [ ],
"rotates": true
},
{
"id": "vp_windshield_se",
"fg": [
"vp_windshield_se",
"vp_windshield_se_rotW",
"vp_windshield_se_rotS",
"vp_windshield_se_rotE"
],
"bg": [ ],
"rotates": true
},
{
"id": "vp_windshield_wheel_right",
"fg": [
Expand Down
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.
Empty file.
18 changes: 17 additions & 1 deletion gfx/Ultica_iso/tile_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,30 @@
}
},
{
"iso_tall.png": {
"iso_tall_r.png": {
"sprite_width": 48,
"sprite_height": 120,
"sprite_offset_y": -96,
"sprite_offset_y_retracted": -5,
"//2": "Objects height is about 2.8m: walls, windows, doors goes here. Will be retracted."
}
},
{
"iso_tall.png": {
"sprite_width": 48,
"sprite_height": 120,
"sprite_offset_y": -96,
"//2": "Objects height is about 2.8m: walls, windows, doors goes here. Will NOT be retracted."
}
},
{
"iso_extra_tall.png": {
"sprite_width": 48,
"sprite_height": 144,
"sprite_offset_y": -120,
"//2": "Objects height is about 3.6m. Will NOT be retracted."
}
},
{
"iso_large.png": {
"sprite_width": 64,
Expand Down