Skip to content

Commit

Permalink
New guided lesson - Creating a Multiplayer Co-op game (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh authored Jul 2, 2024
1 parent 75d79a7 commit ffaae4d
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 6,876 deletions.
5,833 changes: 0 additions & 5,833 deletions newIDE/app/resources/inAppTutorials/flingGame.json

This file was deleted.

818 changes: 0 additions & 818 deletions newIDE/app/resources/inAppTutorials/inAppTutorialShortHeaders.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ const InstructionEditorDialog = ({
ref={instructionParametersEditor}
focusOnMount={shouldAutofocusInput && !!instructionType}
noHelpButton
id="object-instruction-parameters"
/>
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,15 @@ export default class InstructionOrObjectSelector extends React.PureComponent<
</Subheader>
)}
{displayedObjectGroupsList.map(
({ item: groupWithContext, matches }) => {
({ item: groupWithContext, matches }, index) => {
const results = [];

results.push(
renderGroupObjectsListItem({
id: 'objectGroup-item-' + index,
data: {
objectName: groupWithContext.group.getName(),
},
groupWithContext,
iconSize,
onClick: () =>
Expand Down
Loading

0 comments on commit ffaae4d

Please sign in to comment.