Change Sprite Texture?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By RflipGames
:warning: Old Version Published before Godot 3 was released.

Hello everyone.

So I’m new to Godot and game developing.
I have an idea for a game(for android and IOS) that I’m starting to develop.

My questions are:
Can I change a sprite texture with a photo that the player takes?
Camera access is possible using Godot, how?
Can I change a sprite texture with an image from a server?
And Last but not least can I call a server side file inside a scene? This way write and read users info in the database?

Sorry for my english.
Tanks

:bust_in_silhouette: Reply From: Nutr1z

Hi,

I don’t know about using Camera, but for the call to a server, you must use HTTPClient, see HTTP client exemple