dimanche 15 mai 2022

fastdraw64 tuto 4 scale image

 




#include "fastdraw.cpp"


BITMAP t800;


void draw() {

                   fd_clear(0,0,100);

        fd_image(t800,0,0,150,100);

fd_image(t800,120,80,250,250);

fd_image(t800,120+350,80,450,300);

fd_image(t800,50,350,900,600);

}


int main() {

t800 = fd_loadimage("c:/dos/t800.bmp");

    fd_window("fd64 tuto4 ",1000,800);

    fd_loop(draw);

return 0;

}



Aucun commentaire:

Enregistrer un commentaire

Remarque : Seul un membre de ce blog est autorisé à enregistrer un commentaire.