Browse Source

added mysef to the editor username

Asad M. Zaman 22 years ago
parent
commit
c1dfd835fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      direct/src/level/EditorGlobals.py

+ 1 - 0
direct/src/level/EditorGlobals.py

@@ -9,6 +9,7 @@ username2entIdBase = {
     'skyler': 3*EntIdRange,
     'joe':    4*EntIdRange,
     'DrEvil': 5*EntIdRange,
+    'asad': 6*EntIdRange,
     }
 assert uniqueElements(username2entIdBase.values())