Skip to content

Commit

Permalink
simple-border: add 8 border effects.
Browse files Browse the repository at this point in the history
  • Loading branch information
hejiann committed Aug 12, 2012
1 parent 8460c51 commit a451dad
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -51,7 +51,7 @@ CHANGELOG
2012-08-12 2012-08-12
Make 0.5.3 release. Make 0.5.3 release.
simple-border: add the effect ID display. simple-border: add the effect ID display.
simple-border: add 24 simple border effects. simple-border: add 32 simple border effects.


2012-08-11 2012-08-11
add the Simple Border plug-in. add the Simple Border plug-in.
Expand Down
16 changes: 16 additions & 0 deletions simple-border-textures.list
Expand Up @@ -94,4 +94,20 @@ texture_15328
./textures/simple-border/15328.png ./textures/simple-border/15328.png
texture_15350 texture_15350
./textures/simple-border/15350.png ./textures/simple-border/15350.png
texture_15329
./textures/simple-border/15329.png
texture_15330
./textures/simple-border/15330.png
texture_114567
./textures/simple-border/114567.png
texture_15870
./textures/simple-border/15870.png
texture_21926
./textures/simple-border/21926.png
texture_21959
./textures/simple-border/21959.png
texture_21927
./textures/simple-border/21927.png
texture_15871
./textures/simple-border/15871.png


8 changes: 8 additions & 0 deletions simple-border.c
Expand Up @@ -157,6 +157,14 @@ static const Border textures[] =
{"15351", 15,73,16,17,10, texture_15351}, {"15351", 15,73,16,17,10, texture_15351},
{"15328", 7, 7, 7, 7, 16, texture_15328}, {"15328", 7, 7, 7, 7, 16, texture_15328},
{"15350", 0, 0, 0, 0, 10, texture_15350}, {"15350", 0, 0, 0, 0, 10, texture_15350},
{"15329", 13,14,20,19,10, texture_15329},
{"15330", 26,23,25,27,10, texture_15330},
{"114567", 14,13,13,13,10, texture_114567},
{"15870", 39,50,41,192,63,texture_15870},
{"21926", 43,53,43,212,429,texture_21926},
{"21959", 42,50,44,216,74,texture_21959},
{"21927", 43,53,43,212,23,texture_21927},
{"15871", 39,50,41,210,16,texture_15871},
}; };


static GArray *textures_timestamps = NULL; static GArray *textures_timestamps = NULL;
Expand Down
Binary file added textures/simple-border/114567.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/15329.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/15330.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/15870.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/15871.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/21926.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/21927.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added textures/simple-border/21959.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a451dad

Please sign in to comment.