Christophe ๐ŸŒฑ's Avatar

Christophe ๐ŸŒฑ

@qaqelol.bsky.social

Technical Artist, will pet dogs and point at birds โœจ I post tips about GameDev and TechArt (Godot/Krita/Blender) ๐ŸŒธMy silly games : https://qaqelol.itch.io/ ๐ŸฒMy tween guide: https://qaqelol.itch.io/tweens ๐ŸŒปMastodon : https://toots.niark.nexus/@qaqelol

142 Followers  |  53 Following  |  46 Posts  |  Joined: 22.09.2025  |  2.349

Latest posts by qaqelol.bsky.social on Bluesky

Video thumbnail

HUGE NEWS for my terrain plugin for Godot called TerraBrush!

The version 0.14.0 Alpha is OUT and is now a FULL GDExtension!๐Ÿฅณ

You can also try it without Godot on itch (link in the comments ๐Ÿ‘‡)!

DevLog link also in the comments!

#GodotEngine #gamedev #indiedev

22.11.2025 17:04 โ€” ๐Ÿ‘ 24    ๐Ÿ” 7    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Video thumbnail

TerraBrush live demo on itch? Soon! ๐Ÿ˜Ž

#GodotEngine #gamedev #itchio

21.11.2025 21:04 โ€” ๐Ÿ‘ 17    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you for letting me know, it means alot ๐Ÿ’–

21.11.2025 19:44 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

is there a chance vivaldi has some kind of protection features that blocks the clipboard interactions with some website ?

21.11.2025 19:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Oh no D:
I've taken that in note, thank you so much for the bug report, I hope I can fix it

21.11.2025 18:51 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Oh really :O

If you hover code blocks in the demos and use the COPY button, does that not work either ?

21.11.2025 18:17 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Thank youuu

21.11.2025 18:07 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

one could say its now ease-y

21.11.2025 14:50 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

NO U

21.11.2025 14:26 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

oh interestin, what system and browser are you using ?

21.11.2025 14:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Thank you!

21.11.2025 14:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Add render transform to Control nodes by timoschwarzer ยท Pull Request #87081 ยท godotengine/godot This is an implementation of my proposal outlined in this discussion: godotengine/godot-proposals#7053 (comment) tl;dr: Currently it's hard and complicated to animate Control nodes without brea...

Animating UI in Godot can be a pain, since visuals are tied to the layouts. This PR adds a visual-only transform (position, rotation, scale) to Controls that can be changed without affecting layout.

Hope to see this merged eventually!
github.com/godotengine/...

#godot #gamedev #ui

10.11.2025 16:35 โ€” ๐Ÿ‘ 18    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Hehehe thank you

21.11.2025 13:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you โค๏ธ

21.11.2025 13:01 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Hope it goes well!!

21.11.2025 12:59 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

You are cool !!

21.11.2025 12:59 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you !!!

21.11.2025 12:58 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thanks for the kind words! I hope i answered your questions!

21.11.2025 12:58 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

many functions work well with this, like hide or show, which could even just add a big control that interrupts the mouse click with and consumes input event (there are other cleaner ways tho)

You can then use my trick explained in the instant finish page to skip an animation !

21.11.2025 12:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

hm thats a good question
Sometimes I will use a bool like this :

Play():
my_bool = false
tween_property...
tween_property(self,"my_bool", true, 0)

And other functions will have an early return if that var is false.

You can also use tween_callback to call any function. Things like self.set_process

21.11.2025 12:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Its a very very very good way to put a game ahead in a game jam!

21.11.2025 02:08 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

*slap the thank you keys*

21.11.2025 02:06 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I got that you were making a joke dont worry xD

21.11.2025 02:05 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you !!!

21.11.2025 01:38 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Thank you !!

21.11.2025 01:20 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Hehehehe

Thanks!
There are also 4 other well hidden interactions in the guide uwu

21.11.2025 01:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

No dont worry i got some weird comments once while posting my progress on this guide

21.11.2025 01:18 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

just learned an elite @godotengine.org hack

17.11.2025 14:18 โ€” ๐Ÿ‘ 95    ๐Ÿ” 14    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0

Thank you, I'm glad you like it !!

20.11.2025 19:49 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Okay so it was almost made with phone in mind.
In fact, there is a zoom feature that hopefully should work on android (couldnt test it) by pinching

But I'm happy it does work on your phone !!
Thanks !

20.11.2025 17:11 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@qaqelol is following 20 prominent accounts