Example #1
0
        public override bool AsyncLoad()
        {
            if (!m_highwayView.AsyncLoad())
            {
                return(false);
            }
            if (!m_background.AsyncLoad())
            {
                return(false);
            }

            m_slamSample = m_resources.QueueAudioSampleLoad("audio/slam");

            if (!m_resources.LoadAll())
            {
                return(false);
            }

            return(true);
        }