Skip to content

Commit

Permalink
Refactoring of the SFX editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwursteisen committed Mar 15, 2024
1 parent f14c3c2 commit c5763b7
Show file tree
Hide file tree
Showing 29 changed files with 7,059 additions and 343 deletions.
Binary file modified tiny-cli/sfx.aseprite
Binary file not shown.
16 changes: 11 additions & 5 deletions tiny-cli/src/jvmMain/resources/sfx/_tiny.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"version": "V1",
"name": "Tiny SFX Sequencer",
"resolution": {
"width": 512,
"height": 288
"width": 192,
"height": 128
},
"sprites": {
"width": 16,
"height": 16
"width": 8,
"height": 8
},
"zoom": 2,
"zoom": 4,
"colors": [
"#000000",
"#1D2B53",
Expand All @@ -29,12 +29,18 @@
"#FFCCAA"
],
"scripts": [
"test-game.lua",
"game.lua",
"mouse.lua",
"widgets.lua"
],
"spritesheets": [
"sfx.png"
],
"levels": [
"editor/simplified/Level_0",
"editor/simplified/Score",
"editor/simplified/Fx"
],
"hideMouseCursor": true
}
7 changes: 7 additions & 0 deletions tiny-cli/src/jvmMain/resources/sfx/data/sfx-0.sfx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tiny-sfx 35 0
1 01 17 00 FF 17 01 AF CF 00 00
023BFF 023CFF 023DFF 023EFF 023EFF 023CFF 023AFF 0238FF 0237FF 0236FF 0236FF 0236FF 023AFF 0340FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF 0001FF
1
0 01 00 00 FF 00 00 00 00 00 00
0 01 00 00 FF 00 00 00 00 00 00
0 01 00 00 FF 00 00 00 00 00 00
Loading

0 comments on commit c5763b7

Please sign in to comment.