LD52/src/constants.cc
Stephen Seo f7bb1af7fa WIP work on LD52 game
At this point, the produce is drawn, the cut line is animated, the produce can
blink, the ideal cut area is draw as a slightly transparent white rect, the
score counter is drawn.
2023-01-07 14:36:29 +09:00

7 lines
108 B
C++

#include "constants.h"
// standard library includes
#include <cmath>
const float PI_F = std::acos(-1.0F);