-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isometric tileset changes for 3d vision (#2036)
* unassign t_open_air * tr_ledge use empty * add zlevel_height * fix empty png old png causes compiling to fail * fix value * fix other value * lint json * Revert "fix empty png" This reverts commit 9b9c535. * Revert "unassign t_open_air" This reverts commit 40ff3e2. * Update 687_t_open_air_0.png
- Loading branch information
Showing
7 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-52 Bytes
(90%)
...itButton_iso/pngs_full_iso_16x20/terrain/elevation_changes/687_t_open_air_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
gfx/HitButton_iso/pngs_full_iso_16x20/trap/lighting_hidden_t_hole_tr_ledge_0.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 |
---|---|---|
@@ -1 +1 @@ | ||
{"id": ["lighting_hidden", "t_hole", "tr_ledge"], "bg": ["2_lighting_hidden_0"], "fg": []} | ||
{"id": ["lighting_hidden", "t_hole", "tr_ledge"], "bg": ["empty_16x20"], "fg": []} |
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"height": 20, | ||
"iso": true, | ||
"width": 16, | ||
"zlevel_height": 10, | ||
"pixelscale": 2 | ||
}, | ||
{ | ||
|
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,4 @@ | ||
{ | ||
"id": "tr_ledge", | ||
"fg": "empty_32x32" | ||
} |
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
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