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
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,11 +96,13 @@ Apart from using the **Command Palette** to select compilation, there are a numb
96
96
Atari Dev Studio includes a simple and easy to use Sprite Editor allowing you to create sprites, tiles and other objects for use in your projects. It has the following features:
97
97
* New Project wizard allowing you to select the console (2600 or 7800), size, region (NTSC or PAL palettes) and total colors of your sprites
98
98
* Load and Save projects allowing you to save and come back to on-going work
99
-
* Editing features such as a pen, eraser, fill, line, rectangle and circle as well as zoom, move and palette selection
99
+
* Editing features such as a pen, eraser, fill, line, rectangle and ellipse as well as zoom, move and palette selection
100
100
* Ability to manage your sprites in a sortable list with options to copy, paste, duplicate, resize and delete
101
+
* Display a copyable list of color indexes for the selected sprite which can be used with your **incgraphics** references (7800)
101
102
* Export sprites to batari Basic or assembly source code (2600)
102
-
* Export sprites to .png files (7800) - either selected or all (compatible with 7800basic 3+1 and 12+1 image requirements)
The Sprite Editor is based on [Spritemate](http://spritemate.com) by Ingo Hinterding ([GitHub](https://github.com/Esshahn/spritemate)) and was suggested by RandomTerrain for inclusion in Atari Dev Studio. I have customised the source to provide the required features necessary for editing sprites, tiles and objects for the Atari platforms. This work is currently in preview and will be on-going until all required features have been added.
106
108
@@ -113,7 +115,7 @@ It is recommended to change these VSCode settings to the following as they appea
113
115
* Files: Auto Save - set to autoDelay (default is off)
114
116
* Files: Auto Save Delay - set to 0 (default is 1000)
115
117
116
-
NOTE: from version 0.97 onwards I have attempted to rectify this issue with an auto-retry function (will retry 5 times).
118
+
NOTE: from version 0.97 onwards I have attempted to rectify this issue with an internal auto-retry function (will retry up to 5 times) when kicking off a compile.
117
119
118
120
### Debugging the extension
119
121
During the development phase of the extension I've added some developer output to assist with any issues that may appear. To view this output, open the VS Code **Developer Tools** by selecting **Help -> Toggle Developer Tools** from the menu, and in the debugger window ensure the **Console** tab is activated. This information may help identify the area where the extension is failing to process as expected.
@@ -181,7 +183,6 @@ MAME compatibility and syntax has been maintained, to allow for the reuse of MAM
181
183
A7800 is included as part of this extension with many thanks to Mike Saarna (RevEng). A7800 is an external project and can be downloaded separately [here](http://7800.8bitdev.org/index.php/A7800_Emulator). Further information about this release is available here at [AtariAge](https://atariage.com/forums/topic/268458-a7800-the-atari-7800-emulator).
182
184
183
185
#### A7800 Linux
184
-
185
186
The following libraries may be required for Linux users:
0 commit comments