mirror of
https://github.com/panda3d/panda3d.git
synced 2026-03-05 22:49:25 -06:00
added comment about not changing entId ranges
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
from PythonUtil import uniqueElements
|
||||
|
||||
EntIdRange = 10000
|
||||
# Once a range has been assigned to a user, please don't change it.
|
||||
username2entIdBase = {
|
||||
'darren': 1*EntIdRange,
|
||||
'samir': 2*EntIdRange,
|
||||
|
||||
Reference in New Issue
Block a user