Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Hello Vic!

I've just tried version v2.2, and I really like it! While using it, I had 2 questions, I wonder if you could help me with these!

  • If I create a long note and want to make it multiple bars long, I cannot stretch it into the next bar. Is there a workaround for that? How do you solve this? If I create a new note in the next bar, I will have a note in a game as well?
  • Many times parts of a song repeat. I was wondering if I could just select a bunch of notes with my mouse, and then copy-paste them at a later point on the timeline.

I don't know if you have any solutions for these, but if you plan to continue the development (which I'd really love!), then these would be super cool features!

Thank you again,
Laszlo

Hi, Laszlo!

Thanks for the question & feedback!

1. To connect 2 notes between 2 bars use "Extended" marker. Attach it to the first note (select note,  press "Add Marker", select "Extended"). Then in the game, you need to add game logic to cover this scenario/connect them (check presence of the "Extended" marker in "markers" field)

Just an example of handling extended notes in the game https://github.com/v-pukman-gd/music-tiles/blob/e2d065b48bf2bf60523e63cabbf119a5...

2. The is no copy-paste feature yet. It is in my queue and I'm planning to add it soon

Vic