Skip to content

Commit 504e261

Browse files
committed
Cleanup SFX editor and add 1bim jam example
1 parent 71a8541 commit 504e261

File tree

9 files changed

+4
-244
lines changed

9 files changed

+4
-244
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ Want to create games like these? Dive into the docs and start building:
8383
[![Gravity Balls](./tiny-doc/src/docs/asciidoc/sample/gravity-balls.gif)](https://dwursteisen.itch.io/gravity-balls)
8484
[![Reflections](./tiny-doc/src/docs/asciidoc/sample/reflections.gif)](https://dwursteisen.itch.io/macro-jams-06-reflections)
8585

86+
[![2026 1bit Jam 2](./tiny-doc/src/docs/asciidoc/sample/2026-1bit-jam-2.gif)](https://dwursteisen.itch.io/pair-of-pipes)
8687
---
8788

8889
## 🤝 Contributing

tiny-cli/sfx-editor.aseprite

598 Bytes
Binary file not shown.

tiny-cli/src/main/resources/sfx/_tiny.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,18 @@
3232
"tiny-music-editor.lua",
3333
"sfx-templates.lua",
3434
"music-templates.lua",
35+
"editor-base.lua",
3536
"wire.lua",
3637
"mouse.lua",
3738
"layers.lua",
38-
"widgets/icons.lua",
3939
"widgets.lua",
40-
"music-editor.lua",
41-
"editor-base.lua",
40+
"widgets/icons.lua",
4241
"widgets/Envelop.lua",
4342
"widgets/Dropdown.lua",
44-
"widgets/MatrixSelector.lua",
45-
"widgets/ModeSwitch.lua",
4643
"widgets/Knob.lua",
4744
"widgets/Checkbox.lua",
4845
"widgets/Fader.lua",
49-
"widgets/MenuItem.lua",
5046
"widgets/Keyboard.lua",
51-
"widgets/Help.lua",
5247
"widgets/Button.lua",
5348
"widgets/Modal.lua",
5449
"widgets/Panel.lua",

tiny-cli/src/main/resources/sfx/widgets/Help.lua

Lines changed: 0 additions & 15 deletions
This file was deleted.

tiny-cli/src/main/resources/sfx/widgets/MatrixSelector.lua

Lines changed: 0 additions & 113 deletions
This file was deleted.

tiny-cli/src/main/resources/sfx/widgets/MenuItem.lua

Lines changed: 0 additions & 63 deletions
This file was deleted.

tiny-cli/src/main/resources/sfx/widgets/ModeSwitch.lua

Lines changed: 0 additions & 46 deletions
This file was deleted.
95.3 KB
Loading

tiny-doc/src/docs/asciidoc/tiny-showcase.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ image:sample/meiro_de_maigo2.gif[Meiro de Maigo - a maze exploration game made w
1313
image:sample/freezming.gif[Freezming - a freezing-themed game made with Tiny game engine,link=https://dwursteisen.itch.io/freezming]
1414
image:sample/gravity-balls.gif[Gravity Balls - a physics gravity game made with Tiny game engine,link=https://dwursteisen.itch.io/gravity-balls]
1515
image:sample/reflections.gif[Reflections - a reflection-themed game made with Tiny game engine,link=https://dwursteisen.itch.io/macro-jams-06-reflections]
16+
image:sample/2026-1bit-jam-2.gif[2026 1bit Jam 2 - a game made with Tiny game engine,link=https://dwursteisen.itch.io/pair-of-pipes]
1617

1718

1819
TIP: Want your game to appear here? Create a post about it in https://github.com/minigdx/tiny/discussions/categories/show-and-tell[the Show and tell board] and share all information about it.

0 commit comments

Comments
 (0)