Hey guys, I’m trying to create a <#CJEF0LB6Y|korge...
# korge
d
Hey guys, I’m trying to create a #korge tag at stackoverflow si I can subscribe to it. But it seems that you need much more reputation to do that than the one I have right now. Can someone with 1500+ reputation put a question there with the #korge tag so we can subscribe and other people can ask about korge there? Thanks in advance!
k
I'll see if I can do that
🙏 1
👍 1
r
Can you copy paste the question text? Edit: Looks like Kirill beat me to it 😄
d
I have an
addFixedUpdater { }
block attached to a view that is being executed on every frame.
Is there a way to pause that block temporarily?
KorGE Views have a chainable
speed
property that acts as a multiplier. By default all the views have that property set to 1.0. If you set to 2.0 your blocks will be executed twice the times, while 0.5 make it to be executed half the times.
In this case, to prevent the addFixedUpdater to be executed for a View subtree, you can just set the
speed
property to 0.0.
Do you want me to add any info to the tag?
message has been deleted
d
If you can add something like: “Questions about KorGE Game Engine”?
k
done
I've also added links to docs and github
❤️ 1
🙏 1
d
awesome, thanks!
👍 1
k
I also added the tag to some existing questions
👏 1