eve
banner
ejuneau.me
eve
@ejuneau.me
It’s gamer time
Here's the code for that if you want to try using it in your project!

I also have a block of code in _process that calls queue_free() on the spacer node once its height reaches 0, and also sets the modulation of the scrollbar back to opaque (hiding/showing it messes with the width of the labels!)
March 18, 2025 at 3:12 PM
Your clip looks great! Here's what mine ended up looking like - I was trying to smoothly scroll in a new text box and I got it working by adding a spacer node, calculating the height of the Label to be added, and then tweening that height OFF the spacer :)
March 18, 2025 at 9:02 AM
I am guilty of putting everything under a Node2D and tweening that…
March 18, 2025 at 2:01 AM
If you figure it out please let me know! I only just figured out tweening and Control nodes scare me
March 18, 2025 at 1:05 AM
DTEFITE Level 2 (Alpha)
YouTube video by E J
www.youtube.com
November 12, 2024 at 6:26 PM
I plan to use this account as a dev blog of sorts so if you like what you see stick around :)

Here's the repo: github.com/ejuneau/dtef...

#godot #gamedev #solodev #scp
GitHub - ejuneau/dtefiie: Does the Entity fit in its Enclosure?
Does the Entity fit in its Enclosure? Contribute to ejuneau/dtefiie development by creating an account on GitHub.
github.com
October 22, 2024 at 11:53 PM
I was amazed at how quickly I was able to wrangle Godot to produce something so similar to my crazy dream, but there's much work left to do!

Case in point as I was making this post I caught 2 typos in the screenshots lol
October 22, 2024 at 11:51 PM