No Game Engine Game Dev: Word Sleuth 024: Small tasks followed by button rework

3 months ago
6

Streamed on 2024-07-31 (https://www.twitch.tv/thediscouragerofhesitancy)

Game Engines are for sissies!

I started off with at smattering of small tasks: added some new animations, fixed a bug with button states, and refactored the SandboxScene I test in.

Then we moved on to updating our buttons to use TexQuadBatch (with our new UV handling) instead of ColorQuadBatch. I came close to having it finished, but there are things wrong with it still. We have verified several of the things I wanted to look at, (quad positions, quad indices, texture, UV values, etc) but there is still something wrong that we will have to finish debugging tomorrow. It feels like it is sampling the texture outside of the ranges we set when things get stretched.

Loading comments...