Initialize class variables with default values in scene/ [1/2]
This commit is contained in:
parent
57e2822a05
commit
003bb8e1a8
139 changed files with 871 additions and 1652 deletions
|
|
@ -712,15 +712,4 @@ void AnimatedSprite2D::_bind_methods() {
|
|||
}
|
||||
|
||||
AnimatedSprite2D::AnimatedSprite2D() {
|
||||
centered = true;
|
||||
hflip = false;
|
||||
vflip = false;
|
||||
|
||||
frame = 0;
|
||||
speed_scale = 1.0f;
|
||||
playing = false;
|
||||
backwards = false;
|
||||
animation = "default";
|
||||
timeout = 0;
|
||||
is_over = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue