-
Notifications
You must be signed in to change notification settings - Fork 41
FAQ
makoto edited this page Jun 29, 2013
·
1 revision
MOAI SDK V1.4p0 compatibility is broken. I was fixed in the following Issue.
MOAIProp2D is actually MOAIProp. It wraps some functions.
MOAIProp2D is deprecated. In addition, does not exist MOAITextBox2D.
Therefore, I have not used a 2D interface.
May be stabilized by changing the settings of MOAISim.
MOAISim.setStep(1 / 60)
MOAISim.clearLoopFlags()
MOAISim.setLoopFlags(MOAISim.SIM_LOOP_ALLOW_BOOST)
MOAISim.setLoopFlags(MOAISim.SIM_LOOP_LONG_DELAY)
MOAISim.setBoostThreshold(0)