Scale the kenney stuff up

This commit is contained in:
Bill Rossi 2025-06-08 19:25:56 -04:00
parent 3985bce99d
commit 97652d8e17
5 changed files with 25 additions and 19 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View File

@ -7,7 +7,7 @@
778, 894, 895, 895, 895, 895, 895, 895, 896, 778, 778, 894, 895, 895, 895, 895, 895, 895, 896, 778,
778, 891, 890, 890, 890, 890, 890, 890, 893, 778, 778, 891, 890, 890, 890, 890, 890, 890, 893, 778,
778, 1063, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 778, 778, 1063, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 778,
778, 2219, 2220, 2220, 2220, 2220, 2221, 1005, 2219, 778, 778, 28373, 28374, 28374, 28374, 28374, 28375, 1005, 28373, 778,
778, 1004, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 778, 778, 1004, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 778,
778, 1004, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 778, 778, 1004, 1005, 1005, 1005, 1005, 1005, 1005, 1006, 778,
779, 720, 720, 721, 1004, 1006, 719, 720, 720, 780], 779, 720, 720, 721, 1004, 1006, 719, 720, 720, 780],
@ -23,9 +23,9 @@
}, },
{ {
"data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, "data":[0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2148, 2149, 2150, 0, 0, 2050, 0, 0, 0, 0, 28302, 28303, 28304, 0, 0, 28204, 0, 0,
0, 1841, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27995, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 1903, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28057, 0,
0, 0, 0, 0, 0, 0, 0, 1358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1358, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
@ -45,17 +45,17 @@
"orientation":"orthogonal", "orientation":"orthogonal",
"renderorder":"right-down", "renderorder":"right-down",
"tiledversion":"1.11.2", "tiledversion":"1.11.2",
"tileheight":16, "tileheight":64,
"tilesets":[ "tilesets":[
{ {
"firstgid":1, "firstgid":1,
"source":"..\/tilesets\/kenney_roguelike_base.tsj" "source":"..\/tilesets\/kenney_roguelike_base.tsj"
}, },
{ {
"firstgid":1768, "firstgid":27922,
"source":"..\/tilesets\/kenney_roguelike_indoor.tsj" "source":"..\/tilesets\/kenney_roguelike_indoor.tsj"
}], }],
"tilewidth":16, "tilewidth":64,
"type":"map", "type":"map",
"version":"1.10", "version":"1.10",
"width":10 "width":10

View File

@ -1,14 +1,20 @@
{ "columns":57, { "columns":57,
"grid":
{
"height":16,
"orientation":"orthogonal",
"width":16
},
"image":"..\/assets\/roguelikeSheet_transparent.png", "image":"..\/assets\/roguelikeSheet_transparent.png",
"imageheight":526, "imageheight":2104,
"imagewidth":968, "imagewidth":3872,
"margin":0, "margin":0,
"name":"kenney_roguelike_base", "name":"kenney_roguelike_base",
"spacing":1, "spacing":4,
"tilecount":1767, "tilecount":27921,
"tiledversion":"1.11.2", "tiledversion":"1.11.2",
"tileheight":16, "tileheight":64,
"tilewidth":16, "tilewidth":64,
"type":"tileset", "type":"tileset",
"version":"1.10" "version":"1.10"
} }

View File

@ -1,14 +1,14 @@
{ "columns":26, { "columns":26,
"image":"..\/assets\/roguelikeIndoor_transparent.png", "image":"..\/assets\/roguelikeIndoor_transparent.png",
"imageheight":305, "imageheight":1220,
"imagewidth":457, "imagewidth":1828,
"margin":0, "margin":0,
"name":"kenney_roguelike_indoor", "name":"kenney_roguelike_indoor",
"spacing":1, "spacing":4,
"tilecount":468, "tilecount":7597,
"tiledversion":"1.11.2", "tiledversion":"1.11.2",
"tileheight":16, "tileheight":64,
"tilewidth":16, "tilewidth":64,
"type":"tileset", "type":"tileset",
"version":"1.10" "version":"1.10"
} }