mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
Add missing particles_2d macro bind
This commit is contained in:
parent
0d3b2ea1fd
commit
7cdd3c86c4
@ -1077,13 +1077,18 @@ void Particles2D::_bind_methods() {
|
||||
BIND_CONSTANT( PARAM_SPREAD );
|
||||
BIND_CONSTANT( PARAM_LINEAR_VELOCITY );
|
||||
BIND_CONSTANT( PARAM_SPIN_VELOCITY );
|
||||
BIND_CONSTANT( PARAM_ORBIT_VELOCITY );
|
||||
BIND_CONSTANT( PARAM_GRAVITY_DIRECTION );
|
||||
BIND_CONSTANT( PARAM_GRAVITY_STRENGTH );
|
||||
BIND_CONSTANT( PARAM_RADIAL_ACCEL );
|
||||
BIND_CONSTANT( PARAM_TANGENTIAL_ACCEL );
|
||||
BIND_CONSTANT( PARAM_DAMPING );
|
||||
BIND_CONSTANT( PARAM_INITIAL_ANGLE );
|
||||
BIND_CONSTANT( PARAM_INITIAL_SIZE );
|
||||
BIND_CONSTANT( PARAM_FINAL_SIZE );
|
||||
BIND_CONSTANT( PARAM_HUE_VARIATION );
|
||||
BIND_CONSTANT( PARAM_ANIM_SPEED_SCALE );
|
||||
BIND_CONSTANT( PARAM_ANIM_INITIAL_POS );
|
||||
BIND_CONSTANT( PARAM_MAX );
|
||||
|
||||
BIND_CONSTANT( MAX_COLOR_PHASES );
|
||||
|
Loading…
Reference in New Issue
Block a user