Christophe 🌱
banner
qaqelol.bsky.social
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
Aw thank you!!
November 24, 2025 at 12:37 PM
November 23, 2025 at 11:20 PM
Thank you very much ❤️
November 23, 2025 at 12:30 PM
Thank you for letting me know, it means alot 💖
November 21, 2025 at 7:44 PM
is there a chance vivaldi has some kind of protection features that blocks the clipboard interactions with some website ?
November 21, 2025 at 7:17 PM
Oh no D:
I've taken that in note, thank you so much for the bug report, I hope I can fix it
November 21, 2025 at 6:51 PM
Oh really :O

If you hover code blocks in the demos and use the COPY button, does that not work either ?
November 21, 2025 at 6:17 PM
Thank youuu
November 21, 2025 at 6:07 PM
one could say its now ease-y
November 21, 2025 at 2:50 PM
NO U
November 21, 2025 at 2:26 PM
oh interestin, what system and browser are you using ?
November 21, 2025 at 2:26 PM
Thank you!
November 21, 2025 at 2:25 PM
Hehehe thank you
November 21, 2025 at 1:18 PM
Thank you ❤️
November 21, 2025 at 1:01 PM
Hope it goes well!!
November 21, 2025 at 12:59 PM
You are cool !!
November 21, 2025 at 12:59 PM
Thank you !!!
November 21, 2025 at 12:58 PM
Thanks for the kind words! I hope i answered your questions!
November 21, 2025 at 12:58 PM
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 !
November 21, 2025 at 12:56 PM
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
November 21, 2025 at 12:52 PM