File tree 3 files changed +26
-3
lines changed
3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,20 @@ You can create a new sprite from *File > New* menu (<kbd>Ctrl+N</kbd> or <kbd>
4
4
5
5
![ New sprite dialog] ( new-sprite/newsprite.png )
6
6
7
- Here you select the sprite dimension (in pixels), its
8
- [ color mode] ( color-mode.md ) , and the default background color.
7
+ Here you select the sprite:
8
+
9
+ * dimension (in pixels),
10
+ * its [ color mode] ( color-mode.md ) , and
11
+ * the default background color.
12
+
9
13
The sprite is created with a specific [ palette by default] ( default-palette.md ) .
10
14
15
+ ### Math in Numeric Fields
16
+
17
+ [ Numeric fields] ( numeric-field.md ) like * Width* and * Height* can evaluate little math expressions:
18
+
19
+ ![ Math demo in numeric field] ( numeric-field/math.gif )
20
+
11
21
## New Sprite from Selection
12
22
13
23
You can create a new sprite from the active selection using
@@ -19,4 +29,5 @@ You can create a new sprite from the active selection using
19
29
20
30
** SEE ALSO**
21
31
22
- [ Color Mode] ( color-mode.md )
32
+ [ Color Mode] ( color-mode.md ) |
33
+ [ Default Palette] ( default-palette.md )
Original file line number Diff line number Diff line change
1
+ # Numeric Field
2
+
3
+ Numeric fields on Aseprite can evaluate simple math expressions:
4
+
5
+ ![ Math demo in numeric field] ( numeric-field/math.gif )
6
+
7
+ ---
8
+
9
+ ** SEE ALSO**
10
+
11
+ [ New Sprite] ( new-sprite.md ) |
12
+ [ Issue #1762 ] ( https://github.com/aseprite/aseprite/issues/1762 )
You can’t perform that action at this time.
0 commit comments