Archive 19/01/2023.

Order of Node display in card game

bayganik

I am writing a 2D card game and am stuck on how to display nodes in a particular order. Is there a field to manipulate?

Modanung

Welcome to the forums! :confetti_ball: :slightly_smiling_face:

All classes that derive from Drawable2D have SetLayer and SetOrderInLayer functions. I would assume these do what you’re looking for.

Modanung

Also, developer talk is for discussing development of the engine not with . Questions about using the engine are best be asked in discussions → support , where they can be marked as solved.

bayganik

Thank you so very much, that worked. I’ll go to the support discussion next time.