draw_sprite

Function draw_sprite 

Source
pub fn draw_sprite(
    _texture_dict: impl AsCharPtr,
    _texture_name: impl AsCharPtr,
    _screen_x: f32,
    _screen_y: f32,
    _width: f32,
    _height: f32,
    _heading: f32,
    _red: i32,
    _green: i32,
    _blue: i32,
    _alpha: i32,
)