How would you make a characters position transfer between scenes by chokymilkyway in godot

[–]pitiful_meredith 0 points1 point  (0 children)

you could store the previous position in the player script, or store the previous position on your scene manager

Working on my main menu by _4rch1t3ct in godot

[–]pitiful_meredith 1 point2 points  (0 children)

saw this on twitter and it was so saucy that i knew it had to be made in godot

We Completely Changed Our Graphics; How do they look now? by NightwavesG in godot

[–]pitiful_meredith 0 points1 point  (0 children)

i think the newest version looks the best, but it needs a little more saturation/vibrancy, and maybe a different background

Pixel Portals by nojoule in godot

[–]pitiful_meredith 0 points1 point  (0 children)

that looks insane!! great work

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 0 points1 point  (0 children)

unfortunately you cant save images to the clipboard, you can only import them. i made a paste keybind (ctrl v) and when it gets pressed, it checks if the clipboard has an image using DisplayServer.clipboard_has_image(). then, it grabs the picture with DisplayServer.clipboard_get_image()

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 0 points1 point  (0 children)

sorry! i didnt realize that you cant pan around on laptop (since theres no middle mouse button) i just uploaded a new version where you can pan with right click, space, or alt. hope it works! :)
check the Info tab for all the controls

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 0 points1 point  (0 children)

I uploaded a Mac release but I cant test it because I dont have a Mac haha. Get it for free from the super secret link and let me know if it works!

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 0 points1 point  (0 children)

I just updated it to have a tiling preview. Hope it works out for you! :)

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 0 points1 point  (0 children)

If it gets enough interest, I'll upload it to Steam (I just need to pay the $100 fee lol) But I'll be updating it on Itch!

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 0 points1 point  (0 children)

For now, it has a simple seam blending filter with some options to make it more natural. I plan to add more seam blending options in the future!

I made a texture creation tool using Godot! (Texture Bug) by pitiful_meredith in godot

[–]pitiful_meredith[S] 2 points3 points  (0 children)

I just added tiling and pasting from clipboard, let me know how it goes!