Christophe's Avatar

Christophe

@qaqelol.bsky.social

✨Technical Artist 🌈 Queer from QuΓ©bec πŸ‡¨πŸ‡¦ I love #Godot, #Blender and #Krita! 🌸Silly games https://qaqelol.itch.io/ 🌱Tween guide https://qaqelol.itch.io/tweens πŸͺMastodon https://toots.niark.nexus/@qaqelol πŸ’…Patreon https://www.patreon.com/qaqelol

661 Followers  |  424 Following  |  289 Posts  |  Joined: 22.09.2025
Posts Following

Posts by Christophe (@qaqelol.bsky.social)

πŸ‘οΈπŸ‘„πŸ‘οΈ

03.03.2026 16:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

i want to be in a team that print_rich() memes and cute gifs πŸ₯Ί instead of warnings

03.03.2026 14:45 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ˜ŽπŸ‘‰πŸ‘‰

03.03.2026 14:32 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

[wave] oh noo an error :( [img]cat picture[/img] you can do it uwuwuwu [/wave]

03.03.2026 14:32 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thank you!!

03.03.2026 13:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Screenshot showing that you can use bbcode in console output, including images

Screenshot showing that you can use bbcode in console output, including images

omg new time wasting powers unlocked

#Godot #Gdscript

02.03.2026 23:49 β€” πŸ‘ 159    πŸ” 21    πŸ’¬ 4    πŸ“Œ 5

After all, why wouldn't you

03.03.2026 12:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

πŸ’ƒ

03.03.2026 12:23 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

RIGHT??

03.03.2026 12:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Noooooooo

03.03.2026 12:22 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Guess I'm making portals now. Maybe I could use the stencil buffer somehow here.

#godot #godotengine #godotshaders

03.03.2026 09:48 β€” πŸ‘ 347    πŸ” 43    πŸ’¬ 11    πŸ“Œ 2
Video thumbnail

I am drunk on power after realizing Godot lets you embed textures in RichTextLabels, and well... ViewportTextures are textures. 🀯
#GodotEngine #gamedev #indiedev

07.11.2025 17:27 β€” πŸ‘ 345    πŸ” 57    πŸ’¬ 11    πŸ“Œ 1

Hahahaha

03.03.2026 02:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

You mean the output console?

03.03.2026 00:21 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

very dangerous

03.03.2026 00:01 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The whole cheatsheet isn't done, but here is the updated section for the % string formatting syntax!

#Godot #GameDev #GDScript #Dev
#GodotEngine #UI #Code

02.03.2026 16:51 β€” πŸ‘ 61    πŸ” 4    πŸ’¬ 3    πŸ“Œ 0
Screenshot showing that you can use bbcode in console output, including images

Screenshot showing that you can use bbcode in console output, including images

omg new time wasting powers unlocked

#Godot #Gdscript

02.03.2026 23:49 β€” πŸ‘ 159    πŸ” 21    πŸ’¬ 4    πŸ“Œ 5

Thank you!!

I'm actually looking into making an editor plugin that would show cheatsheets on hover of a button / pinned on top until clicked onto it, like a big tooltip

Right now I have them bookmarked in obsidian, where my other notes are (in a obsidian canvas)

02.03.2026 22:27 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Yes I agree!
In the meantime, cheatsheets will have to do!

(I'm regretting the bbcode section)

02.03.2026 22:19 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I think you can still do it that way to be honest!

02.03.2026 21:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Hahaha funny you mention that, it's the next page I'm making for my tween guide xD

Before knowing it was a thing, I would have done something like this:

if sign(number)>0: text = "+" + str(number)

(That way is also good because you can change the color/animation based on the sign)

02.03.2026 21:34 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

oh yeah i didnt include the positive sign syntax (because I didnt think anyone would use it xD)

To do it, it would be " my cool number is %+f" % 2.5
And with a precision, it would be "%+.2f"

Do you think I should include it in the cheatsheet? I'm not sure I have some spare room D:

02.03.2026 21:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Yeah!! Already helpful🫑!!

Same! This is why i'm making cheatsheets!!

02.03.2026 19:43 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Thank you!!

02.03.2026 17:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The whole cheatsheet isn't done, but here is the updated section for the % string formatting syntax!

#Godot #GameDev #GDScript #Dev
#GodotEngine #UI #Code

02.03.2026 16:51 β€” πŸ‘ 61    πŸ” 4    πŸ’¬ 3    πŸ“Œ 0

Very very cool!!
Thanks for mentioning me!!

I loooove to see what people do with the help of my guide!

Nice work!!

02.03.2026 16:25 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Pretty!!

02.03.2026 14:38 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I would love that!! If i remember correctly there us already a pull request (or a proposal) about it!

02.03.2026 14:26 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

New updates for my interactive guide about tweens!!!

Very excited about this one because it explains whats the deal with "if tween: tween.kill()"!

There are now 15+ fun pages that covers almost everything you need to truly understand #Godot tweens, for free!

qaqelol.itch.io/tweens

#GameDev #Dev

01.03.2026 13:48 β€” πŸ‘ 220    πŸ” 57    πŸ’¬ 3    πŸ“Œ 1

Check out my friend @qaqelol.bsky.social's interactive tween guide. Genuinely one of the best ways to learn!

#godot

02.03.2026 10:17 β€” πŸ‘ 20    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0