diff --git a/doc/classes/CPUParticles2D.xml b/doc/classes/CPUParticles2D.xml index dac00051a97..0a376278f87 100644 --- a/doc/classes/CPUParticles2D.xml +++ b/doc/classes/CPUParticles2D.xml @@ -361,7 +361,7 @@ Particles will be emitted at a position chosen randomly among [member emission_points]. Particle velocity and rotation will be set based on [member emission_normals]. Particle color will be modulated by [member emission_colors]. - Represents the size of the [enum EmissionShape] enum. + Represents the size of the [enum EmissionShape] enum. diff --git a/doc/classes/Timer.xml b/doc/classes/Timer.xml index 3e4b68d91d4..9e8eb3314d5 100644 --- a/doc/classes/Timer.xml +++ b/doc/classes/Timer.xml @@ -37,6 +37,7 @@ If [code]true[/code], the timer will automatically start when entering the scene tree. + [b]Note:[/b] This property is automatically set to [code]false[/code] after the timer enters the scene tree and starts. If [code]true[/code], the timer will stop when reaching 0. If [code]false[/code], it will restart.