Skip to content

Commit

Permalink
Merge pull request #182 from FofoFromBaba/main
Browse files Browse the repository at this point in the history
Fix and add objects
  • Loading branch information
balt-dev authored Sep 6, 2024
2 parents 17800c2 + c1f4eb2 commit 78b4782
Show file tree
Hide file tree
Showing 1,255 changed files with 1,296 additions and 174 deletions.
29 changes: 1 addition & 28 deletions data/custom/bab.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,6 @@
"1"
]
},
{
"name": "text_detilt",
"sprite": "text_detilt",
"tiling": "-1",
"color": [
"1",
"4"
]
},
{
"name": "text_flof",
"sprite": "text_flof",
Expand Down Expand Up @@ -792,7 +783,7 @@
"tiling": "-1"
},
{
"name": "jail",
"name": "babjail",
"sprite": "jail",
"color": [
"0",
Expand Down Expand Up @@ -1097,24 +1088,6 @@
],
"tiling": "-1"
},
{
"name": "baaba",
"sprite": "baaba",
"tiling": "2",
"color": [
"0",
"3"
]
},
{
"name": "text_baaba",
"sprite": "text_baaba",
"tiling": "-1",
"color": [
"0",
"3"
]
},
{
"name": "text_slogkat",
"sprite": "text_slogkat",
Expand Down
9 changes: 9 additions & 0 deletions data/custom/baba-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -621,5 +621,14 @@
"2"
],
"tiling": "-1"
},
{
"name": "edge_old",
"sprite": "edge_old",
"color": [
"0",
"1"
],
"tiling": "1"
}
]
76 changes: 74 additions & 2 deletions data/custom/biyoo-sprites.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"sprite": "text_chef",
"color": [
"2",
"3"
"2"
],
"tiling": "-1"
},
Expand Down Expand Up @@ -112,7 +112,7 @@
"sprite": "text_food",
"color": [
"2",
"2"
"3"
],
"tiling": "-1"
},
Expand Down Expand Up @@ -142,5 +142,77 @@
"1"
],
"tiling": "-1"
},
{
"name": "jail",
"sprite": "jail",
"color": [
"0",
"1"
],
"tiling": "-1"
},
{
"name": "text_jail",
"sprite": "text_jail",
"color": [
"0",
"1"
],
"tiling": "-1"
},
{
"name": "cursor2",
"sprite": "cursor2",
"color": [
"4",
"2"
],
"tiling": "-1"
},
{
"name": "eggplant",
"sprite": "eggplant",
"color": [
"3",
"1"
],
"tiling": "-1"
},
{
"name": "text_eggplant",
"sprite": "text_eggplant",
"color": [
"3",
"1"
],
"tiling": "-1"
},
{
"name": "raspberry",
"sprite": "raspberry",
"color": [
"4",
"2"
],
"tiling": "-1"
},
{
"name": "text_raspberry",
"sprite": "text_raspberry",
"color": [
"4",
"2"
],
"tiling": "-1"
},
{
"name": "egg2",
"sprite": "egg2",
"color": [
"0",
"3"
],
"tiling": "-1"
}
]
29 changes: 28 additions & 1 deletion data/custom/catto-sprites.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,32 @@
"2"
],
"tiling": "-1"
},
{
"name": "tonk",
"sprite": "tonk",
"color": [
"0",
"1"
],
"tiling": "2"
},
{
"name": "text_tonk",
"sprite": "text_tonk",
"color": [
"0",
"1"
],
"tiling": "-1"
},
{
"name": "text_dahdah",
"sprite": "text_dahdah",
"color": [
"2",
"1"
],
"tiling": "-1"
}
]
]
Loading

0 comments on commit 78b4782

Please sign in to comment.