Skip to content

Commit

Permalink
cleaned and reorganized 3dIcons, uploaded new ones with working anima…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
splican committed Dec 6, 2024
1 parent 45d853a commit cb253b7
Show file tree
Hide file tree
Showing 38 changed files with 56 additions and 65 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/d-icons-door-in.glb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/l-icons-coin-1.glb
Binary file not shown.
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/l-icons-h5p-1.glb
Binary file not shown.
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/l-icons-image-1.glb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/l-icons-story-1.glb
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/l-icons-text-1.glb
Binary file not shown.
Binary file removed src/Assets/3dModels/sharedModels/l-icons-video-1.glb
Binary file not shown.
47 changes: 0 additions & 47 deletions src/Assets/icons/h5p.svg

This file was deleted.

37 changes: 37 additions & 0 deletions src/Assets/icons/interactive-element.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Components/Core/Presentation/Babylon/Door/DoorView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import { LogLevelTypes } from "src/Components/Core/Domain/Types/LogLevelTypes";
import HighlightColors from "../HighlightColors";

const soundLink = require("../../../../../Assets/Sounds/door_opening.mp3");
const iconLinkEntryDoor = require("../../../../../Assets/3dModels/sharedModels/d-icons-door-in.glb");
const iconLinkExitDoor = require("../../../../../Assets/3dModels/sharedModels/d-icons-door-out.glb");
const iconLinkEntryDoor = require("../../../../../Assets/3dModels/sharedModels/3dIcons/d-icons-door-door-in.glb");
const iconLinkExitDoor = require("../../../../../Assets/3dModels/sharedModels/3dIcons/d-icons-door-door-out.glb");

export default class DoorView extends Readyable {
private scenePresenter: IScenePresenter;
Expand Down
Loading

0 comments on commit cb253b7

Please sign in to comment.