-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaned: open and closed window with curtains, open and closed window…
… without curtains
- Loading branch information
Golfavel
committed
Jan 29, 2024
1 parent
95812c0
commit 29caf00
Showing
16 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_domestic.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,12 @@ | ||
{ | ||
"id": "t_window_domestic", | ||
"fg": "t_window_domestic_0", | ||
"rotates": true, | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "t_connection", | ||
"fg": "t_window_domestic_1" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
12 changes: 12 additions & 0 deletions
12
gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_no_curtains.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,12 @@ | ||
{ | ||
"id": "t_window_no_curtains", | ||
"fg": "t_window_no_curtains_0", | ||
"rotates": true, | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "t_connection", | ||
"fg": "t_window_no_curtains_1" | ||
} | ||
] | ||
} |
1 change: 0 additions & 1 deletion
1
gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_no_curtains_0.json
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
12 changes: 12 additions & 0 deletions
12
gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_no_curtains_open.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,12 @@ | ||
{ | ||
"id": "t_window_no_curtains_open", | ||
"fg": "t_window_no_curtains_open_0", | ||
"rotates": true, | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "t_connection", | ||
"fg": "t_window_no_curtains_open_1" | ||
} | ||
] | ||
} |
1 change: 0 additions & 1 deletion
1
gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_no_curtains_open_0.json
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
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,12 @@ | ||
{ | ||
"id": "t_window_open", | ||
"fg": "t_window_open_0", | ||
"rotates": true, | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "t_connection", | ||
"fg": "t_window_open_1" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes