File tree Expand file tree Collapse file tree 5 files changed +11
-15
lines changed
Expand file tree Collapse file tree 5 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 2222- Fixed a keycombination event bug [#29](/../../issues/29)
2323- Fixed corrupted art when importing transparent PNGs [#22](/../../issues/22)
2424- Performance improvements to remove lag
25- - Created project files for s1disasm
25+ - Created project files for s1disasm, s2disasm
2626
2727## [0.0.8]
2828- Changed default palette from Sonic 2 to the SCH unified palette
Original file line number Diff line number Diff line change 11DOC
22==
331.0.0 - breaking change to select mapping format
4- megadrive sprite editor (kirjava.xyz
5- project menu explain
6- spritesmind
74data parser, not text
8- post image of project / some custom mappings, saying it's ready for testing
5+ push project files to disassemblies
96
107BUFFER
118==
@@ -19,9 +16,9 @@ definition([
1916 many(art()),
2017])
2118
22- // project files
23- // check palette is loading correctly in s1
2419// provide custom art function
20+ // custom asm parser
21+ // custom palettes
2522
2623/* https://unix.stackexchange.com/questions/585645/launch-an-application-by-a-double-click */
2724// provide a custom definition, but have a default
@@ -47,7 +44,6 @@ definition([
4744/* http://info.sonicretro.org/Disassemblies */
4845
4946ROADMAP
50- custom mapping formats
5147generate project files -> use to create s3portal
5248rotsprite
5349export spritesheet
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ const Project = observer(() => {
8989 e . target . value ;
9090 } }
9191 size = { rowInfo . node . name . length }
92+ style = { { maxWidth : 160 } }
9293 onChange = { ( ) => { } }
9394 />
9495 </ label >
Original file line number Diff line number Diff line change 1- .tree {
1+ .project .tree {
2+ width : 330px ;
3+ height : 100% ;
4+ display : flex ;
5+ flex-direction : column ;
6+
27 .rst__tree > div > div :focus {
38 outline : none ;
49 }
Original file line number Diff line number Diff line change 2828 min-width : 215px ;
2929 }
3030
31- .tree {
32- width : 330px ;
33- height : 100% ;
34- display : flex ;
35- flex-direction : column ;
36- }
3731 .config {
3832 width : 100% ;
3933 max-width : 1000px ;
You can’t perform that action at this time.
0 commit comments