Skip to content

Commit

Permalink
Merge pull request #61 from Skinnytorus/new_shortcuts1
Browse files Browse the repository at this point in the history
WZ4: removed double shortcuts and added some new ones
  • Loading branch information
rygorous committed Jul 24, 2012
2 parents 49549db + 261cff9 commit 9efbbb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions altona_wz4/wz4/wz4frlib/wz3_bitmap_ops.ops
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ operator GenBitmap Cell()
operator GenBitmap Gradient()
{
column = 0;
shortcut = 'G';
parameter
{
flags Size(" 1| 2| 4| 8| 16| 32| 64| 128| 256| 512| 1024| 2048| 4096| 8192"
Expand Down Expand Up @@ -466,14 +467,14 @@ operator GenBitmap GlowRect(GenBitmap = GenBitmap Flat)
pi.LineTex2D(helper->x1,helper->y2,helper->x2,helper->y2);
pi.LineTex2D(helper->x2,helper->y1,helper->x2,helper->y2);
}
shortcut = 'g';
}

/****************************************************************************/

operator GenBitmap Dots(GenBitmap = GenBitmap Flat)
{
column = 0;
shortcut = 'w';
flags = passinput|passoutput;
parameter
{
Expand Down Expand Up @@ -722,6 +723,7 @@ operator GenBitmap PreMulAlpha(GenBitmap)
operator GenBitmap Mask(GenBitmap,GenBitmap,GenBitmap)
{
column = 2;
shortcut = 'm';
parameter
{
flags Mode("mix|add|sub|mul");
Expand Down Expand Up @@ -992,7 +994,6 @@ operator GenBitmap Twirl(GenBitmap)
pi.LineTex2D(para->Center[0],helper->y1,helper->x1,helper->y1);
pi.LineTex2D(helper->x1,para->Center[1],helper->x1,helper->y1);
}
shortcut = 'g';
}

/****************************************************************************/
Expand Down Expand Up @@ -1168,7 +1169,6 @@ operator GenBitmap Bump(GenBitmap,GenBitmap)
operator GenBitmap Downsample(GenBitmap)
{
column = 3;
shortcut = 'r';
parameter
{
flags Size("current| 1| 2| 4| 8| 16| 32| 64| 128| 256| 512| 1024| 2048| 4096| 8192"
Expand Down Expand Up @@ -1263,6 +1263,7 @@ operator GenBitmap Bulge(GenBitmap)

operator GenBitmap Bricks()
{
shortcut = 'q';
parameter
{
flags Size(" 1| 2| 4| 8| 16| 32| 64| 128| 256| 512| 1024| 2048| 4096| 8192"
Expand Down
1 change: 1 addition & 0 deletions altona_wz4/wz4/wz4frlib/wz4_demo2_ops.ops
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ operator Wz4Render Render "Add" (?*Wz4Render)

operator Wz4Render Camera(?Rendertarget2D,?*Wz4Render)
{
shortcut = 'C';
column = 0;
parameter
{
Expand Down

0 comments on commit 9efbbb1

Please sign in to comment.