diff --git a/project/autotiles/autotile4.png b/project/autotiles/autotile4.png new file mode 100644 index 0000000..d9d6b96 Binary files /dev/null and b/project/autotiles/autotile4.png differ diff --git a/project/autotiles/autotile5.png b/project/autotiles/autotile5.png new file mode 100644 index 0000000..0853b21 Binary files /dev/null and b/project/autotiles/autotile5.png differ diff --git a/project/data.js b/project/data.js index f6714aa..d893796 100644 --- a/project/data.js +++ b/project/data.js @@ -64,7 +64,12 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "winskin1.png" ], "tilesets": [ - "magictower.png" + "magictower.png", + "Outside_B.png", + "C4.png", + "C3.png", + "C2.png", + "C1.png" ], "animates": [ "hand", diff --git a/project/icons.js b/project/icons.js index df98b60..8b55c0b 100644 --- a/project/icons.js +++ b/project/icons.js @@ -268,6 +268,8 @@ var icons_4665ee12_3a1f_44a4_bea3_0fccba634dc1 = "autotile": 0, "autotile1": 0, "autotile2": 0, - "autotile3": 0 + "autotile3": 0, + "autotile4": 0, + "autotile5": 0 } } \ No newline at end of file diff --git a/project/images/hero.png b/project/images/hero.png index d81650a..f0c8d67 100644 Binary files a/project/images/hero.png and b/project/images/hero.png differ diff --git a/project/maps.js b/project/maps.js index e2f31ca..b7f3cbc 100644 --- a/project/maps.js +++ b/project/maps.js @@ -105,6 +105,8 @@ var maps_90f36752_8815_4be8_b32b_d7fad1d0542e = "136": {"cls":"npc48","id":"npc3","faceIds":{"down":"npc0","left":"npc1","right":"npc2","up":"npc3"},"animate":1}, "137": {"cls":"npcs","id":"greenMan"}, "138": {"cls":"npcs","id":"blueTrader"}, + "140": {"cls":"autotile","id":"autotile4"}, + "141": {"cls":"autotile","id":"autotile5"}, "151": {"cls":"autotile","id":"autotile1"}, "152": {"cls":"autotile","id":"autotile2"}, "153": {"cls":"autotile","id":"autotile3"}, diff --git a/project/tilesets/C1.png b/project/tilesets/C1.png new file mode 100644 index 0000000..235762a Binary files /dev/null and b/project/tilesets/C1.png differ diff --git a/project/tilesets/C2.png b/project/tilesets/C2.png new file mode 100644 index 0000000..0f5fa43 Binary files /dev/null and b/project/tilesets/C2.png differ diff --git a/project/tilesets/C3.png b/project/tilesets/C3.png new file mode 100644 index 0000000..6f9c042 Binary files /dev/null and b/project/tilesets/C3.png differ diff --git a/project/tilesets/C4.png b/project/tilesets/C4.png new file mode 100644 index 0000000..6b701b1 Binary files /dev/null and b/project/tilesets/C4.png differ diff --git a/project/tilesets/Outside_B.png b/project/tilesets/Outside_B.png new file mode 100644 index 0000000..c907136 Binary files /dev/null and b/project/tilesets/Outside_B.png differ