Первый движок анимации
This commit is contained in:
@@ -19,6 +19,10 @@ struct figure_animation_info {
|
||||
float angular_velocity;
|
||||
|
||||
float speed;
|
||||
/* Radius of the figure normalized for window width (0..1)
|
||||
* This field is used by animation code to check collisions
|
||||
* with the left/right/top/bottom borders. */
|
||||
float radius;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user