Replace player sprite with circle
This commit is contained in:
parent
dbc3a6aa12
commit
34d7b2197b
2 changed files with 1 additions and 1 deletions
BIN
dist/resources/sprite/entity/simple_circle.png
vendored
Normal file
BIN
dist/resources/sprite/entity/simple_circle.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -14,7 +14,7 @@ import { vec2 } from 'gl-matrix';
|
|||
export class GameContext {
|
||||
public static async load(renderer: Renderer): Promise<GameContext> {
|
||||
const mapView = this.loadMap(renderer);
|
||||
const entity = loadSimpleEntity(renderer, 'simple_square');
|
||||
const entity = loadSimpleEntity(renderer, 'simple_circle');
|
||||
|
||||
return new GameContext(
|
||||
renderer,
|
||||
|
|
Reference in a new issue