Esempio n. 1
0
        public void Line(Player player, int tileId, int tileData = 0, int thickness = 0, bool shell = false)
        {
            var pattern = new Pattern(tileId, tileData);

            EditSession.DrawLine(Selector, pattern, Selector.Position1, Selector.Position2, thickness, !shell);
        }