Skip to content

Commit

Permalink
cleaned: open and closed window with curtains, open and closed window…
Browse files Browse the repository at this point in the history
… without curtains
  • Loading branch information
Golfavel committed Jan 29, 2024
1 parent 95812c0 commit 29caf00
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 4 deletions.
12 changes: 12 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_domestic.json
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.

12 changes: 12 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_no_curtains.json
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"
}
]
}

This file was deleted.

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"
}
]
}

This file was deleted.

12 changes: 12 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_open.json
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"
}
]
}
1 change: 0 additions & 1 deletion gfx/NeoDays/pngs_tiles_10x10/terrain/t_window_open_0.json

This file was deleted.

0 comments on commit 29caf00

Please sign in to comment.