#drawing using the mouse in 2d

1 messages · Page 1 of 1 (latest)

cosmic sleet
#

want to make a "google doodle 2016 magic cat academy" like game
i got the hard part out which is recognizing the drawings
anyways i want to make the drawings visible
all tutorials i watched are using the _draw function but they are all outdated (before godot 4)

stark solar
#

So you've recognized the drawing right? Which means you've saved the player motion in a texture?

#

If so you can add a Sprite2D and assign the texture to it

cosmic sleet
stark solar
#

Now i go to sleep, tomorrow i'll send a video sorry if i keep you waiting!

cosmic sleet
stark solar
#

Yes i did, wait let me think

#

Idk the answer, forgot a long time ago lmao, but you have recognized them in some ways, so you have the drawing as a bunch of pixel? As an image? If so just create a sprite and assign the texture, else i don'f kniw

cosmic sleet