Skip to content

Commit

Permalink
update jsonID
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Feb 22, 2024
1 parent f80cb73 commit e63d093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BubbleEmitterComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const BubbleEmitterComponent = defineComponent({
//name: The human-readable label for the component. This will be displayed in the editor and debugging tools.
name: 'Bubble Emitter Component',
//jsonID: The serialized name of the component. This is used to identify the component in the serialized scene data
jsonID: 'bubbleEmitter',
jsonID: 'EE_tutorial_bubble_emitter',
//onInit: Initializer function that is called when the component is added to an entity. The return type of this function defines the
// schema of the component's runtime data.
onInit: (entity) => {
Expand Down

0 comments on commit e63d093

Please sign in to comment.