mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +00:00
PixelPaint: Rename from PaintBrush :^)
This commit is contained in:
parent
ff4eaa12b4
commit
58fa9c6e89
41 changed files with 58 additions and 58 deletions
|
@ -1,8 +0,0 @@
|
|||
[App]
|
||||
Name=PaintBrush
|
||||
Executable=/bin/PaintBrush
|
||||
Category=Graphics
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-paintbrush.png
|
||||
32x32=/res/icons/32x32/app-paintbrush.png
|
8
Base/res/apps/PixelPaint.af
Normal file
8
Base/res/apps/PixelPaint.af
Normal file
|
@ -0,0 +1,8 @@
|
|||
[App]
|
||||
Name=PixelPaint
|
||||
Executable=/bin/PixelPaint
|
||||
Category=Graphics
|
||||
|
||||
[Icons]
|
||||
16x16=/res/icons/16x16/app-pixelpaint.png
|
||||
32x32=/res/icons/32x32/app-pixelpaint.png
|
|
@ -61,5 +61,5 @@ Serenity includes the Piano, which allows you to create your own tunes by
|
|||
simply pressing keys on the keyboard. You can pick the wavetype, octave, and
|
||||
more! Serenity also has SoundPlayer, which lets you play WAV files.
|
||||
|
||||
Serenity also has PaintBrush, which is a simple bitmap editor. Draw with the
|
||||
Serenity also has PixelPaint, which is a layered bitmap editor. Draw with the
|
||||
pencil and change colors. Try drawing shapes! Can't do that in GIMP!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue