Search found 2 matches
- Tue Feb 14, 2017 9:32 am
- Forum: General
- Topic: draw(TextObject) won't update color of TextObject?
- Replies: 4
- Views: 3293
Re: draw(TextObject) won't update color of TextObject?
Hi Positive07, Basically, if you move the character onto the "U" and press d, on the right where it lists the systems, it should print the system status underneath each line in either red or green based on whether the status is online or offline. My issue is that love.draw() doesn't seem t...
- Tue Feb 14, 2017 3:28 am
- Forum: General
- Topic: draw(TextObject) won't update color of TextObject?
- Replies: 4
- Views: 3293
draw(TextObject) won't update color of TextObject?
Hi guys, I'm having an issue whereby I want to conditionally change the color of some of the text in my ui, which is made up of TextObjects in a table, and drawn using a for loop. I'm not sure what's going wrong, but I suspect that either: - love is only drawing the for loop once, not updating it re...