#my camera2d isn't being used for some reason
1 messages · Page 1 of 1 (latest)
basically in the fore_ui canvas layer i'm adding all my ui elements which the player will interact with and the characters are in the back_stuff, haven't added any characters of rn
if there's a better way to do it, do share
You don’t have to put your UI inside the player. A CanvasLayer will keep them anchored to the viewport.
You are also missing a CollisionBody inside the Character. If you do not need collision consider a different node
well there is no like character, i just thought it was a way to have horizontal movement
this is a mock up, the camera moves horizontally, the white colorrect is where the ui would go