X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fconfig.h;h=b9aef412206d479e92cbf18d464ba1e94c484121;hb=5cd0365349b88c7774e0e18c0cad591156512c1f;hp=ac8df5531e9a084d97b35d3d9018dc906b7f6211;hpb=5276db4a15a6565813bdde22198f8aee4030e56f;p=fishladder.git diff --git a/vg/config.h b/vg/config.h index ac8df55..b9aef41 100644 --- a/vg/config.h +++ b/vg/config.h @@ -17,3 +17,15 @@ static struct axis_binding vg_axis_binds[] = { .name = "horizontal", .positive = GLFW_KEY_D, .negative = GLFW_KEY_A }, { .name = "vertical", .positive = GLFW_KEY_W, .negative = GLFW_KEY_S } }; + +static struct vg_achievement vg_achievements[] = +{ + { .name = "CAN_DO_THAT" }, + { .name = "TUTORIALS" }, + { .name = "GRADUATE" }, + { .name = "BANG" }, + { .name = "GOOD_ENOUGH" }, + { .name = "MIGHTY_CONSUMER" }, + { .name = "SQUEEZE" }, + { .name = "MASTER_ENGINEER" } +};