chore: updated some formatting
This commit is contained in:
parent
086e8fc449
commit
0d7eb82ea7
|
@ -1,19 +1,14 @@
|
|||
#include "program.h"
|
||||
#include "shape.h"
|
||||
#include "Player.h"
|
||||
#include "Prop.h"
|
||||
#include "Enemy.h"
|
||||
#include "program.h"
|
||||
#include "shape.h"
|
||||
|
||||
static
|
||||
void play() {
|
||||
SpawnProp(MakeVector(2.f, 0.f),
|
||||
sprite_from_spritesheet(spritesheet_load("assets/bag.png", IVectorFrom(512)), 0),
|
||||
shape_new((Vector[]){
|
||||
MakeVector(-0.2f, -0.075f),
|
||||
MakeVector( 0.2f, -0.075f),
|
||||
MakeVector( 0.2f, 0.075f),
|
||||
MakeVector(-0.2f, 0.075f)
|
||||
}, 4),
|
||||
shape_new_square(MakeVector(0.2f, 0.075f)),
|
||||
MakeVector(0.5f, .93f)
|
||||
);
|
||||
SpawnPlayer(ZeroVector);
|
||||
|
|
Loading…
Reference in a new issue