mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-08 01:22:02 +00:00
forgot strings for object types
This commit is contained in:
parent
db5fcfa632
commit
e6063c16a3
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ static const char *scriptObjTypeNames[] =
|
||||||
/* (1 <<12) */ "PauseQuad",
|
/* (1 <<12) */ "PauseQuad",
|
||||||
/* (1 <<13) */ "Shader",
|
/* (1 <<13) */ "Shader",
|
||||||
/* (1 <<14) */ "ParticleEffect",
|
/* (1 <<14) */ "ParticleEffect",
|
||||||
|
/* (1 <<15) */ "QuadGrid",
|
||||||
|
/* (1 <<16) */ "CollideQuad",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue