Yes it does work with animations :)
SynKrown Games
Creator of
Recent community posts
Meshy is bloody awesome! Its disappointing to see that the game jams dont allow for AI generated content. I think this AI hate is similar to drug dealers voting against legalization of drugs just because it steps on their toes.
I think you would be paying in the thousands to get those models made by someone. Let alone rigging the models etc.
// Video Game Tune
bpm 120 // Setting the tempo to 120 beats per minute
<coin_sound> // Custom sample for a coin collection sound
tone g5 0.1 sine 0.8 // A short, bright sine wave
tone c6 0.5 sine 0.9 // Higher pitched sparkle
<end>
<jump_sound> // Custom sample for a jump sound
tone c4 0.5 square 0.6 // Quick square wave for the body of the jump
tone g4 0.5 square 0.3 // A little higher to add some character
<end>
[intro] // Introduction block
tone c4 0.5 triangle 0.7 // Basic melody note
tone g4 0.5 triangle 0.7
tone e4 0.5 triangle 0.7
tone a4 0.5 triangle 0.7
[end]
[verse] // Verse block with a playful melody
tone c5 0.25 triangle 0.7 // Higher notes for a playful feel
tone g4 0.25 triangle 0.7
tone e4 0.25 triangle 0.7
tone a4 0.25 triangle 0.7
tone f4 0.25 triangle 0.7
tone d4 0.25 triangle 0.7
tone g4 0.5 triangle 0.7
[end]
[bridge] // Bridge block to add some variation
tone a4 0.5 sawtooth 0.6 // Sawtooth for a slightly harsher sound
tone e5 0.5 sawtooth 0.6
tone c5 0.5 sawtooth 0.6
tone f4 0.5 sawtooth 0.6
[end]
[drums] // Simple drum beat
sample kick 0.5 // Kick drum on the beat
sample hihat 0.25 // Hihat on every half beat
wait 0.25
sample hihat 0.25
[end]
[events] // Sound effects block
sample coin_sound // Coin sound effect
wait 1
sample jump_sound // Jump sound effect
wait 1
[end]
[main] // Main block to sequence the music
play intro // Play the introduction
loop 2 verse drums // Loop the verse and drums twice
play bridge drums // Play the bridge once
loop 2 verse drums // Back to the verse and drums
play events // Trigger events sound effects
[end]
play main // Start playing the main sequence
https://microstudio.io/SynKrown/darkmatter/MWFZFY9H/
if the link works for you, I am working on an open world space game. Still in very early stages, but the planet generator has already come in very handy for the planets in the overworld. The planets have a gravity pull to make the travel around the overworld more interesting
Thank you for your input. I am just starting out getting in to pixel art as it was the one thing holding me back from my dream of creating a video game throughout the past 20 years, just never had the skill or patience until now lol. I think I understand what you're saying and I appreciate the constructive criticism. I will take that on board and look at more examples to evolve my abilities!
Maybe the updated one is more to your taste? https://synkrowngames.itch.io/bobby-character-and-tileset
Still a little dull but I think it looks way better
Well I'm currently working on the base engine for a metroidvania, and am in need of a character template that I can change as needed. Like a simple naked person template, preferably darken the inside of arm and leg for shading, at like 20x26ish size but in a 32x32 format.
Animations would be:
- Idle
- Walk
- Run
- Jump
- Fall
- Carry
- Fall over backwards
- Cling to wall
- Roll
- Dash(I could easily just use a frame from run for this)
I would greatly appreciate if you could, and if so, how much is it worth to you?