mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-14 18:39:51 +00:00
Some scene editor enhancements.
Added Shift+Mousewheel as faster alternative to E and R for tile selection (had to change the undocumented and probably unused Shift+R action to Alt+R). Allow applying element effects (numpad 0-9) to multiple selected tiles, and not only one. A new node does no longer have "NewPath" as default text when created, which always forces the user to hammer backspace 6 times before own text can be entered.
This commit is contained in:
parent
b0d9fdc1cc
commit
2bc86c21ee
2 changed files with 35 additions and 14 deletions
|
@ -516,6 +516,7 @@ protected:
|
|||
void changeShape();
|
||||
int skinMinX, skinMinY, skinMaxX, skinMaxY;
|
||||
|
||||
void setGridPattern(int gi);
|
||||
void setGridPattern0();
|
||||
void setGridPattern1();
|
||||
void setGridPattern2();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue