diff --git a/public/assets/characters/personspace.glb b/public/assets/characters/personspace.glb new file mode 100644 index 0000000..92cf4e1 Binary files /dev/null and b/public/assets/characters/personspace.glb differ diff --git a/src/components/Logo/Logo.module.scss b/src/components/Logo/Logo.module.scss index 82fe00a..c79ceb5 100644 --- a/src/components/Logo/Logo.module.scss +++ b/src/components/Logo/Logo.module.scss @@ -13,5 +13,7 @@ & path { stroke: $foreground; + stroke-width: 3px; + fill: rgba(0, 0, 0, 0.6); } } diff --git a/src/components/Space/game/world/NobotSpawnPoint.ts b/src/components/Space/game/world/NobotSpawnPoint.ts index 11ff725..cffe84a 100644 --- a/src/components/Space/game/world/NobotSpawnPoint.ts +++ b/src/components/Space/game/world/NobotSpawnPoint.ts @@ -11,7 +11,8 @@ import { ISpawnPoint } from '../interfaces/ISpawnPoint'; import { Nobot } from '../nobots/Nobot'; import { World } from './World'; -const PLAYER_MODEL = '/assets/characters/nobot-anim.glb'; +// const PLAYER_MODEL = '/assets/characters/nobot-anim.glb'; +const PLAYER_MODEL = '/assets/characters/personspace.glb'; // const PLAYER_MODEL = '/models/nobot.glb'; // const PLAYER_MODEL = '/models/boxman.glb';