Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #97 from EtherealEngine/old-editor
Browse files Browse the repository at this point in the history
Old editor
  • Loading branch information
HexaField authored Jul 29, 2024
2 parents 3449f3a + 39c3955 commit e395b63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/engine/benchmarks/BenchmarkNodeEditors.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import NodeEditor from '@etherealengine/editor/src/components/properties/NodeEditor'
import { EditorComponentType } from '@etherealengine/editor/src/components/properties/Util'
import NodeEditor from '@etherealengine/ui/src/components/editor/properties/nodeEditor'
import React from 'react'

export const ProfilingComponentNodeEditor: EditorComponentType = (props) => {
Expand Down
2 changes: 1 addition & 1 deletion src/examples/PostProcessing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import { LocationIcons } from '@etherealengine/client-core/src/components/Locati
import { useQuery } from '@etherealengine/ecs'
import { getComponent, updateComponent } from '@etherealengine/ecs/src/ComponentFunctions'
import { Entity } from '@etherealengine/ecs/src/Entity'
import { PostProcessingSettingsEditor } from '@etherealengine/editor/src/components/properties/PostProcessingSettingsEditor'
import { EditorControlFunctions } from '@etherealengine/editor/src/functions/EditorControlFunctions'
import { SelectionState } from '@etherealengine/editor/src/services/SelectionServices'
import { UUIDComponent } from '@etherealengine/ecs'
import { useSearchParams } from 'react-router-dom'
import { Template } from './utils/template'
import { PostProcessingComponent } from '@etherealengine/spatial/src/renderer/components/PostProcessingComponent'
import PostProcessingSettingsEditor from '@etherealengine/ui/src/components/editor/properties/postProcessing'

export default function PostProcessing() {
const entity = useHookstate<Entity | null>(null)
Expand Down
2 changes: 1 addition & 1 deletion src/examples/VisualScript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react'

import { setComponent } from '@etherealengine/ecs/src/ComponentFunctions'
import { createEntity } from '@etherealengine/ecs/src/EntityFunctions'
import { ActiveVisualScript } from '@etherealengine/editor/src/components/visualScript/VisualFlow'
import { ActiveVisualScript } from '@etherealengine/ui/src/components/editor/panels/VisualScript/container'
import { VisualScriptComponent } from '@etherealengine/engine'
import { GraphJSON } from '@etherealengine/visual-script'
import AutoSizer from 'react-virtualized-auto-sizer'
Expand Down

0 comments on commit e395b63

Please sign in to comment.