-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Ultica-ISO sign and warning sign (#1635)
- Loading branch information
Showing
10 changed files
with
106 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
gfx/Ultica_iso/pngs_iso_half_48x48/furniture/f_sign/f_sign.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"id": "f_sign", | ||
"fg": "f_sign_faceS", | ||
"height_3d": 24, | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "f_sign_faceS" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"f_sign_faceW", | ||
"f_sign_faceS", | ||
"f_sign_faceS", | ||
"f_sign_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"f_sign_faceS", | ||
"f_sign_faceW", | ||
"f_sign_faceS", | ||
"f_sign_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"f_sign_faceW", | ||
"f_sign_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"f_sign_faceW", | ||
"f_sign_faceS", | ||
"f_sign_faceW", | ||
"f_sign_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ | ||
"f_sign_faceS", | ||
"f_sign_faceW" | ||
] | ||
} | ||
] | ||
} |
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.
53 changes: 53 additions & 0 deletions
53
gfx/Ultica_iso/pngs_iso_half_48x48/furniture/f_sign_warning/f_sign_warning.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"id": "f_sign_warning", | ||
"fg": "f_sign_warning_faceS", | ||
"height_3d": 24, | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "f_sign_warning_faceS" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"f_sign_warning_faceW", | ||
"f_sign_warning_faceS", | ||
"f_sign_warning_faceS", | ||
"f_sign_warning_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"f_sign_warning_faceS", | ||
"f_sign_warning_faceW", | ||
"f_sign_warning_faceS", | ||
"f_sign_warning_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"f_sign_warning_faceW", | ||
"f_sign_warning_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"f_sign_warning_faceW", | ||
"f_sign_warning_faceS", | ||
"f_sign_warning_faceW", | ||
"f_sign_warning_faceS" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ | ||
"f_sign_warning_faceS", | ||
"f_sign_warning_faceW" | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+2.02 KB
...ltica_iso/pngs_iso_half_48x48/furniture/f_sign_warning/f_sign_warning_faceS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.3 KB
gfx/Ultica_iso/pngs_iso_half_48x48/furniture/f_sign_warning/f_sign_warning_faceS.xcf
Binary file not shown.
Binary file added
BIN
+2.14 KB
...ltica_iso/pngs_iso_half_48x48/furniture/f_sign_warning/f_sign_warning_faceW.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.9 KB
gfx/Ultica_iso/pngs_iso_half_48x48/furniture/f_sign_warning/f_sign_warning_faceW.xcf
Binary file not shown.