Ignoring...
This commit is contained in:
parent
72e66fbfc9
commit
71a1285a0e
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
source/*.o
|
||||
umorna
|
@ -54,13 +54,13 @@ void render_configure (void) {
|
||||
|
||||
render_texture [neonui] = LoadTexture ("sprite/neonui.png");
|
||||
render_texture [ui] = LoadTexture ("sprite/ui.png");
|
||||
render_texture [overui] = LoadTexture ("sprite/hack_overlay_alpha.png");
|
||||
render_texture [overui] = LoadTexture ("sprite/hack.png");
|
||||
|
||||
SetTextureFilter (render_texture [neonui], TEXTURE_FILTER_POINT);
|
||||
SetTextureFilter (render_texture [ui], TEXTURE_FILTER_POINT);
|
||||
SetTextureFilter (render_texture [overui], TEXTURE_FILTER_POINT);
|
||||
|
||||
render_texture [orcs] = LoadTexture ("sprite/orcs.png");
|
||||
render_texture [orcs] = LoadTexture ("sprite/orcs.png"); /* TODO */
|
||||
render_texture [humans] = LoadTexture ("sprite/humans.png");
|
||||
render_texture [elves] = LoadTexture ("sprite/elves.png");
|
||||
render_texture [ashlands] = LoadTexture ("sprite/ashlands.png");
|
||||
|
Loading…
Reference in New Issue
Block a user