mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
added comment about not changing entId ranges
This commit is contained in:
parent
1790459221
commit
26a4a2b980
@ -3,6 +3,7 @@
|
|||||||
from PythonUtil import uniqueElements
|
from PythonUtil import uniqueElements
|
||||||
|
|
||||||
EntIdRange = 10000
|
EntIdRange = 10000
|
||||||
|
# Once a range has been assigned to a user, please don't change it.
|
||||||
username2entIdBase = {
|
username2entIdBase = {
|
||||||
'darren': 1*EntIdRange,
|
'darren': 1*EntIdRange,
|
||||||
'samir': 2*EntIdRange,
|
'samir': 2*EntIdRange,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user