X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fconfig.h;h=34df41fd60aa06c9226ab807d5b8c3652000c989;hb=7d33b1d4576c1e35cd03ee3034840b8053914ae1;hp=ac8df5531e9a084d97b35d3d9018dc906b7f6211;hpb=55a8be84b66e264a6af476689f9499f41cc98e64;p=fishladder.git diff --git a/vg/config.h b/vg/config.h index ac8df55..34df41f 100644 --- a/vg/config.h +++ b/vg/config.h @@ -17,3 +17,17 @@ 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 } }; + +#ifdef VG_STEAM +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" } +}; +#endif