changed shape of player collision shape

This commit is contained in:
Sara 2023-10-25 20:25:49 +02:00
parent 023d9ba2ec
commit def06c4018

View file

@ -36,7 +36,7 @@ void player_start(Player* self) {
float ex_w = 0.1f;
float h = .75f;
float r = 0.05f;
float rr = r;
float rr = 0.075f;
*self = (Player) {
.transform = {ZeroVector, {4, 4}, 0},
.sprite = sprite_from_spritesheet(spr_player_standing, 0),