Replace player sprite with circle

This commit is contained in:
Matthias Schiffer 2018-11-04 22:01:25 +01:00
parent dbc3a6aa12
commit 34d7b2197b
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -14,7 +14,7 @@ import { vec2 } from 'gl-matrix';
export class GameContext { export class GameContext {
public static async load(renderer: Renderer): Promise<GameContext> { public static async load(renderer: Renderer): Promise<GameContext> {
const mapView = this.loadMap(renderer); const mapView = this.loadMap(renderer);
const entity = loadSimpleEntity(renderer, 'simple_square'); const entity = loadSimpleEntity(renderer, 'simple_circle');
return new GameContext( return new GameContext(
renderer, renderer,