The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

+1 vote

hi!

i have notice in my sprite node that there is a texture field and a normal map field
if i put a normal map along with a texture wold it have an impact on the texture

thanks!

Godot version 3.2
in Engine by (71 points)

1 Answer

+3 votes

Normal maps are used for lighting in 2D games. If you add a normal map and a light the texture will appear to have depth.

by (8,550 points)

so how to add a light to the project
is there is a node for it or just a sprite node
if you can lead me into a tuto that will be better

i have found a light node but there is no normal map slot in it

The Sprite uses the Normal Map to add extra information for the Light2D to work with.
A Light2D tho uses a Texture to cast light. Just try it out! The best way of gettings strted is to use a gradient circle with a transparent background as the lights texture.

thank you for your answer

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.