Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Otsoga

282
Posts
1,806
Followers
28
Following
A member registered Jul 11, 2020 · View creator page →

Creator of

Recent community posts

(1 edit)

Only one directions, all animations are 2D mirrored

(2 edits)

She always showers

Hi! I think there's portraits files in the Free NpC asset, if don't I will update the ones I use in this asset

Thanks : )

Hi! Sorry, but even slightly it would be to much work considering the number of animations

If the purchase end up being duplicated, please ask for a refund, sorry for all the trouble

Hi! I think it is a bug from the paypal method where I'm having to manually accept some payments. Recently, I had to change the payment method because it seems to have an issue with itch, and they are not paying me anything and I'm still waiting for some response from support.

I don't know if I understand correctly but it seems like there's the bundle price and the individual items are on sale, but the sale is for everyone and not for who already own some assets of the bundle. The solution I think is to create different bundles with the condition of owning some assets to purchase, so I will look into that.

Hi, thanks for the information! I didn't know that it was possible to configure a single discount in a bundle for who already have part of it. I will try to do it.

(1 edit)

They are mirrored, so only one

You're welcome! That's a cool use

The bundle need at least 3 assets from the same theme to be worth, for example when I release 3 boss characters there'll be a boss bundle. Can't do a 2 character bundle sorry.

Hi, thanks! About the layers, I just checked and they seems ok to me, head, body, arms(front, midle and back) weapon, accessories(front and back) and shield layers all works well when hided or enabled. If you are using a importer on Unity for example, it can ended up mixing in the wrong way because I use the z index property in some layers, but if that's not the case I'm sorry for not being able to help.

(1 edit)

The character proportions are 48x48 and the canvas size is 64x64, but it can change depending of the animation

(1 edit)

Thanks! : )

Thanks : )

Hi, sorry but the max discount I made was 20%, ussualy they happen  at itch sale event

Hi, thanks! At the moment I'm focused in the boss characters and after some animations for Joanna, but the animation for the goblin will probably be done after that.

Thanks : )

Yes! You can just not ressel it

Thanks :)

At the moment only floating

I have plans for that but at the moment I'm pretty busy and to keep the same quality for the assets it can take a while

You're welcome!

Not at the moment, sorry. But you can hide the shield layer in the aseprite file too

Thanks : )

You're welcome!

Thanks :D

Thanks! It's a cool idea that I'm considering but I can't give a date of when I will update

Hi, something following this logic (I change the animation by code):

public string currentAnim = ""; 
public bool ruuning = false;
public Animator animator;
 
public void ChangeAnim()  
{     
    // The default animation     
    string newAnim = "Idle";    
      
    // Check if the char is running (maybe check velocity.x != 0)     
    if (running) newAnim = "Run";
          
    // If the char was running and now it's not      
    // then it's going back to Idle     
    if (currentAnim == "Run" && newAnim == "Idle")          
        newAnim = "BreakRun"; 
         
    // If the new animation differs from the current one plays it     
    if (newAnim != currentAnim)          
        animator.Play(newAnim);
          
    // Set the current animation with the value of new animation    
    currentAnim = newAnim; 
}

Hi, sorry but I have no plans for a swin animation at the moment, only floating in water

Yeap, I really like the spell charge system too, the only difference is that I will code it to allow a fast way to cast the spell, without the need to charge

Oh that's interesting! I have played various time and some hidden dungeon I just found by accident haha

Happy to know that it actually give the Shining Soul 2 vibe, also you're probably the first person on internet that I know who also played the game.

Hello! I've never heard of this game, but I was heavily inspired by Shining Soul 2 (similar names xD). About the slow animation I think that's because the animation speed gets slower the less stamina you have, but I will probably change that after I do a idle tired animation.

Thanks : )

Hi, thanks! I can't give precise dates because I'm also working in another project, but the next asset is a ghost and after that new updates for Joanna

Thanks!!! :D

If I remember correctly the sprite sheet is in a 96 x 80 resolution

Thanks for the support! :D