You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,24 @@
5
5
6
6
This project is a DMI (BYOND's Dream Maker icon files) editor extension for Aseprite, a popular pixel art tool. It is written in Rust and Lua and aims to enhance the Aseprite experience by providing tools for editing and managing DMI files.
7
7
8
-
## Download
8
+

9
9
10
-
The latest version of this extension is available for download from the [Releases](https://github.com/spacestation13/aseprite-dmi/releases) page on the project's GitHub repository.
10
+
## Download
11
11
12
+
The latest version of this extension is available for download from the [Releases](https://github.com/spacestation13/aseprite-dmi/releases) page.
12
13
The plugin will also prompt you to download an update when a new version is released.
13
14
14
-
### Linux
15
+
##Usage
15
16
16
-
Unfortunately, due to dynamic library linking issues, __Aseprite running on Linux via Steam is not supported.__
17
+
Once the project has been downloaded or built, the extension can be added to Aseprite by dragging and dropping it into the application or by selecting the 'Add Extension' button in the 'Edit > Preferences > Extensions' menu.
17
18
18
-
Running a Windows build via Wine works just fine, and is what we recommend.
19
+
**DMI files can now be opened in Aseprite in the same way as any other file format.** You will need to change the open file dialog filter to 'All Files'.
19
20
20
-
##Usage
21
+
### Linux
21
22
22
-
Once the project has been downloaded or built, the extension can be added to Aseprite by dragging and dropping it into the application or by selecting the 'Add Extension' button in the 'Edit > Preferences > Extensions' menu.
23
+
Unfortunately, due to dynamic library linking issues, **Aseprite running on Linux via Steam is not supported.**
23
24
24
-
DMI files can now be opened in Aseprite in the same way as any other file format. You will need to change the open file dialog filter to 'All Files'.
25
+
Running a Windows build via Wine works just fine, and is what we recommend.
25
26
26
27
### Creating New Files
27
28
@@ -44,17 +45,18 @@ In Aseprite's timeline, new frames can be added and delays between frames can be
44
45
The DMI file may be expanded, resized, or cropped via the `File > DMI Editor` menu. It should be noted that the active sprite must be a DMI iconstate in order to utilise these commands.
45
46
46
47
### Plugin Preferences
48
+
47
49
Under the `File > DMI Editor` menu, there is an `Preferences` menu which contains various options:
48
50
49
-
-**Auto Overwrite**: Automatically overwrites the source DMI file when saving an iconstate.
50
-
-**Auto Flatten***(Enabled by Default)*: Automatically flattens layers downward into directional layers when saving an iconstate, allowing you to fully use Aseprite layers.
51
+
-**Auto Overwrite**: Automatically overwrites the source DMI file when saving an iconstate.
52
+
-**Auto Flatten**_(Enabled by Default)_: Automatically flattens layers downward into directional layers when saving an iconstate, allowing you to fully use Aseprite layers.
51
53
52
54
## Building the Project
53
55
54
56
### Requirements
55
57
56
-
-[Rust](https://www.rust-lang.org/)
57
-
-[Python](https://www.python.org/) (build script)
58
+
-[Rust](https://www.rust-lang.org/)
59
+
-[Python](https://www.python.org/) (build script)
58
60
59
61
To build the project, run `tools/build.py` Python script.
0 commit comments