1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-20 16:37:40 +00:00

texture editing improved

This commit is contained in:
Zeno Rogue
2017-12-18 23:42:08 +01:00
parent c003dda811
commit e5c22834fe
3 changed files with 111 additions and 33 deletions

View File

@@ -656,7 +656,7 @@ inline void popScreenAll() { while(size(screens)>1) popScreen(); }
extern transmatrix View; // current rotation, relative to viewctr
extern transmatrix cwtV; // player-relative view
extern cell *mouseover, *mouseover2;
extern cell *mouseover, *mouseover2, *lmouseover;
extern string mouseovers;
extern struct SDL_Surface *s;
@@ -2377,6 +2377,9 @@ namespace texture {
};
extern eTextureState tstate;
extern unsigned paint_color;
extern ld penwidth;
extern transmatrix itt;
void showMenu();