back

by rcarmo·10y ago·view on hn ↗
The strangest hit for me was this bit of C#:

            this.IsEvil = isEvil;
            screen.Souls.Add(new Soul(screen, new Vector2(position.X+texture.Width/2-Global.Textures["soul"].Width/2, position.Y), this.IsEvil));
1 comments
That indeed looks like some dark magic.