Skip to content

Commit

Permalink
Added new player model.
Browse files Browse the repository at this point in the history
  • Loading branch information
evankirkiles committed Nov 24, 2022
1 parent ad8867e commit f44a631
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added public/assets/characters/personspace.glb
Binary file not shown.
2 changes: 2 additions & 0 deletions src/components/Logo/Logo.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@

& path {
stroke: $foreground;
stroke-width: 3px;
fill: rgba(0, 0, 0, 0.6);
}
}
3 changes: 2 additions & 1 deletion src/components/Space/game/world/NobotSpawnPoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

1 comment on commit f44a631

@vercel
Copy link

@vercel vercel bot commented on f44a631 Nov 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.