Skip to content

Commit

Permalink
Merge branch 'feat/animation-name-behaviors' of https://github.com/4i…
Browse files Browse the repository at this point in the history
…an/GDevelop into feat/animation-name-behaviors
  • Loading branch information
OkamisLeRoi committed Jan 9, 2025
2 parents f92ab32 + 728a827 commit 892f5e6
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ export default function EventsBasedBehaviorPropertiesEditor({
<SelectOption
key="property-type-animationname"
value="AnimationName"
label={t`Animation Name (text)`}
label={t`Animation name (text)`}
/>
<SelectOption
key="property-type-choice"
Expand Down Expand Up @@ -808,8 +808,7 @@ export default function EventsBasedBehaviorPropertiesEditor({
)}
{(property.getType() === 'String' ||
property.getType() === 'Number' ||
property.getType() ===
'AnimationName') && (
property.getType() === 'AnimationName') && (
<SemiControlledTextField
commitOnBlur
floatingLabelText={
Expand Down Expand Up @@ -951,7 +950,6 @@ export default function EventsBasedBehaviorPropertiesEditor({
)}
/>
)}

<ResponsiveLineStackLayout noMargin>
<SemiControlledTextField
commitOnBlur
Expand Down

0 comments on commit 892f5e6

Please sign in to comment.