diff --git a/CHANGES b/CHANGES index eeee3e5f8..9417a5192 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ Changes for SVN top of tree: + +Add smooth image for light snow + source file + empty layer file (use it to help building smooth images) +Tchize 2007-12-24 + Add the archetype hook for user-defined plugin events. Yann (gros) Chachkoff 2007-12-23 diff --git a/ground/Winter/snow5.arc b/ground/Winter/snow5.arc index f51098d22..f31387472 100755 --- a/ground/Winter/snow5.arc +++ b/ground/Winter/snow5.arc @@ -3,6 +3,6 @@ name light snow face snow5.111 no_pick 1 magicmap white -smoothface snow5.111 empty_S.111 -smoothlevel 32 +smoothface snow5.111 snow5_S.111 +smoothlevel 100 end diff --git a/ground/smooth/snow5_S.base.111.png b/ground/smooth/snow5_S.base.111.png new file mode 100644 index 000000000..d3410c026 Binary files /dev/null and b/ground/smooth/snow5_S.base.111.png differ diff --git a/ground/smooth/snow5_S.base.111.xcf b/ground/smooth/snow5_S.base.111.xcf new file mode 100644 index 000000000..47e266b9a Binary files /dev/null and b/ground/smooth/snow5_S.base.111.xcf differ diff --git a/ground/smooth_layer.xcf b/ground/smooth_layer.xcf new file mode 100644 index 000000000..b0c91a19c Binary files /dev/null and b/ground/smooth_layer.xcf differ