mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix typo in ParticleEmitterEditor
This commit is contained in:
@@ -203,7 +203,7 @@ export default class ParticleEmitterEditor extends React.Component<
|
||||
}}
|
||||
/>
|
||||
<SemiControlledTextField
|
||||
floatingLabelText={<Trans>Start end (0-255)</Trans>}
|
||||
floatingLabelText={<Trans>End opacity (0-255)</Trans>}
|
||||
fullWidth
|
||||
type="number"
|
||||
value={particleEmitterObject.getParticleAlpha2()}
|
||||
|
Reference in New Issue
Block a user