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
I've taken that in note, thank you so much for the bug report, I hope I can fix it
I've taken that in note, thank you so much for the bug report, I hope I can fix it
If you hover code blocks in the demos and use the COPY button, does that not work either ?
If you hover code blocks in the demos and use the COPY button, does that not work either ?
You can then use my trick explained in the instant finish page to skip an animation !
You can then use my trick explained in the instant finish page to skip an animation !
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
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
Thanks!
There are also 4 other well hidden interactions in the guide uwu
Thanks!
There are also 4 other well hidden interactions in the guide uwu