1
0
Fork
You've already forked piano_thingy
0
No description
  • Lua 100%
2026年07月11日 14:31:21 +02:00
.gitignore initial commit 2026年07月07日 11:16:18 +02:00
.luarc.json initial commit 2026年07月07日 11:16:18 +02:00
conf.lua initial commit 2026年07月07日 11:16:18 +02:00
LICENSE Ooopsies forgot the most important thing!! 2026年07月07日 12:34:36 +02:00
main.lua Make it look a bit better 2026年07月11日 14:31:21 +02:00
note_arrow.png optipng 2026年07月07日 13:54:18 +02:00
note_arrow_corner.png optipng 2026年07月07日 13:54:18 +02:00
note_arrow_corner_outline.png optipng 2026年07月07日 13:54:18 +02:00
note_arrow_outline.png initial commit 2026年07月07日 11:16:18 +02:00
note_base.png optipng 2026年07月07日 13:54:18 +02:00
note_base_outline.png optipng 2026年07月07日 13:54:18 +02:00
note_octave.png optipng 2026年07月07日 13:54:18 +02:00
README.md initial commit 2026年07月07日 11:16:18 +02:00
stylua.toml initial commit 2026年07月07日 11:16:18 +02:00

piano thingey

inspired by the video game "Deltarune"
very inspired.
very very inspired.

Running

love . <path to sample>

By default, it tries to look for "snd_inst_piano.wav", but that sample isn't provided by default (you can imagine why)

All code is located in main.lua, it is intentionally very simple.