diff --git a/assets/old_textures/tile_grass_2(alt).tga b/assets/old_textures/tile_grass_2(alt).tga new file mode 100644 index 0000000..1e49256 Binary files /dev/null and b/assets/old_textures/tile_grass_2(alt).tga differ diff --git a/assets/ss_hg_vorlage.tga b/assets/ss_hg_vorlage.tga new file mode 100644 index 0000000..94512e0 Binary files /dev/null and b/assets/ss_hg_vorlage.tga differ diff --git a/assets/tile_dirt.tga b/assets/tile_dirt.tga new file mode 100644 index 0000000..2273bf2 Binary files /dev/null and b/assets/tile_dirt.tga differ diff --git a/assets/tile_grass_1.tga b/assets/tile_grass_1.tga new file mode 100644 index 0000000..b175b7f Binary files /dev/null and b/assets/tile_grass_1.tga differ diff --git a/assets/tile_grass_2.tga b/assets/tile_grass_2.tga new file mode 100644 index 0000000..76cd244 Binary files /dev/null and b/assets/tile_grass_2.tga differ diff --git a/assets/tile_tall_grass.tga b/assets/tile_tall_grass.tga new file mode 100644 index 0000000..5dcc32f Binary files /dev/null and b/assets/tile_tall_grass.tga differ diff --git a/assets/tile_water.tga b/assets/tile_water.tga new file mode 100644 index 0000000..3fdaa44 Binary files /dev/null and b/assets/tile_water.tga differ diff --git a/bin/pokemon.exe b/bin/pokemon.exe index 7a94c8d..a519eca 100644 Binary files a/bin/pokemon.exe and b/bin/pokemon.exe differ diff --git a/bin/pokemon.pdb b/bin/pokemon.pdb index e198050..691aec5 100644 Binary files a/bin/pokemon.pdb and b/bin/pokemon.pdb differ diff --git a/src/main.cpp b/src/main.cpp index da277aa..94bdde3 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -421,7 +421,7 @@ int main() { return 1; ID3D11ShaderResourceView* tile_texture = 0; - if (!(tile_texture = create_shader_texture("../assets/std_tile.tga"))) { + if (!(tile_texture = create_shader_texture("../assets/tile_grass_1.tga"))) { log_error("CreateShaderTexture has failed."); return 1; }