Game configurations: added "fixedrotation" property to dynamic lights, which use the angle property as a parameter.

Maintenance: removed a ton of redundant stuff.
This commit is contained in:
MaxED 2014-02-21 14:42:12 +00:00
parent d9e53f2899
commit 3e5f85dc8f
215 changed files with 608 additions and 943 deletions

View file

@ -17,7 +17,6 @@
#region ================== Namespaces
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;