We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EngineConfig
PACE_PIXEL_PER_TICK
velocity_max
Pace.h
Input.def.h
Input.joy_port1.axis_x.direction == 0
INPUT.SET.ENABLED = Input_joystick_port1_mask
Pace
uint6_t accel_rate
Pace_new()
Timer.h
.github/...
SpriteAnimation_new_mirrored()
AAAssets.c
#define
master
The text was updated successfully, but these errors were encountered:
Some minor changes for documentation and some changes towards #5
c43af06
YouDirk
No branches or pull requests
EngineConfig
PACE_PIXEL_PER_TICK
forvelocity_max
, etc inPace.h
Input.def.h
: check ifInput.joy_port1.axis_x.direction == 0
is just required whenINPUT.SET.ENABLED = Input_joystick_port1_mask
Pace
:uint6_t accel_rate
inPace_new()
Timer.h
using 60 Hz tick rate.github/...
SpriteAnimation_new_mirrored()
in x and y axis...AAAssets.c
: Merge#define
s for multicolor intomaster
The text was updated successfully, but these errors were encountered: