Simple question about top down game

Godot Version here!

3

Guys i want to draw my game assets but i have an question need i to draw an draw and other things separately? For example with this photo


If my player wants just to go in another room he will just go at my door? Not in, am i right? If i am right how to draw separate or not.Any help?

You need to draw the lights separately so they are on top of everyone, you also need to draw the things the player might walk behind, I recommend drawing everything separately (or draw in one place and output in pieces)

So where is the door there i need to draw separately?am i right?

I don’t think it’s too important to pull the lid apart, because you can use AnimatedSprite

But how with animation player i will make through the door?

That’s right! If you use the player animation to go through the door, you need to draw it separately

1 Like

Then thank you very much for information that was helpfull!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.