added standard ground sprites;
changed tilenumber: 16x12 -> 17:13 git-svn-id: svn://ammerhai.com/home/mike/pokemon_repo@6 24008968-59e6-ed4c-a10b-0b2c954b24ab
This commit is contained in:
parent
c337d52774
commit
29c4a4f290
BIN
assets/old_textures/tile_grass_2(alt).tga
Normal file
BIN
assets/old_textures/tile_grass_2(alt).tga
Normal file
Binary file not shown.
BIN
assets/ss_hg_vorlage.tga
Normal file
BIN
assets/ss_hg_vorlage.tga
Normal file
Binary file not shown.
BIN
assets/tile_dirt.tga
Normal file
BIN
assets/tile_dirt.tga
Normal file
Binary file not shown.
BIN
assets/tile_grass_1.tga
Normal file
BIN
assets/tile_grass_1.tga
Normal file
Binary file not shown.
BIN
assets/tile_grass_2.tga
Normal file
BIN
assets/tile_grass_2.tga
Normal file
Binary file not shown.
BIN
assets/tile_tall_grass.tga
Normal file
BIN
assets/tile_tall_grass.tga
Normal file
Binary file not shown.
BIN
assets/tile_water.tga
Normal file
BIN
assets/tile_water.tga
Normal file
Binary file not shown.
BIN
bin/pokemon.exe
BIN
bin/pokemon.exe
Binary file not shown.
BIN
bin/pokemon.pdb
BIN
bin/pokemon.pdb
Binary file not shown.
@ -421,7 +421,7 @@ int main() {
|
|||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
ID3D11ShaderResourceView* tile_texture = 0;
|
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.");
|
log_error("CreateShaderTexture has failed.");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user