Ejemplo n.º 1
0
 private static void OnGameLoad()
 {
     if (ObjectManager.Player.CharacterName != "Rengar")
     {
         return;
     }
     Chat.PrintChat("Simple Rengar Script Load");
     Chat.PrintChat("This script is a Port of ElRengar (Code of jQuery)");
     Rengar_.OnLoad();
 }
Ejemplo n.º 2
0
        private static void OnGameLoad()
        {
            if (ObjectManager.Player.CharacterName != "Rengar")
            {
                return;
            }
            Chat.PrintChat("Simple Rengar Script Load");
            Chat.PrintChat("011110001");
            Rengar_.OnLoad();

            Intro = new Render.Sprite(LoadImg("logo"), new Vector2(Drawing.Width / 2 - 500, Drawing.Height / 2 - 350));
            Intro.Add(0);
            Intro.OnDraw();

            DelayAction.Add(7000, () => Intro.Remove());
        }