Home
last modified time | relevance | path

Searched defs:ballSpeed (Results 1 – 5 of 5) sorted by relevance

/dports/devel/raylib/raylib-3.7.0/examples/core/
H A Dcore_window_flags.c43 Vector2 ballSpeed = { 5.0f, 4.0f }; in main() local
/dports/devel/raylib/raylib-3.7.0/examples/shapes/
H A Dshapes_bouncing_ball.c24 Vector2 ballSpeed = { 5.0f, 4.0f }; in main() local
/dports/devel/sfml/SFML-2.5.1/examples/pong/
H A DPong.cpp82 const float ballSpeed = 400.f; in main() local
/dports/games/dhewm3/dhewm3-1.5.1/neo/ui/
H A DGameBustOutWindow.h175 float ballSpeed; variable
/dports/games/untahris/untahris/
H A Duntahris.h216 …int32 ballSpeed, bombInitRange, bombBonusRange, castleInitEnergy, castleRotSpeed, castleRegenSpeed… member