init branch dev
This commit is contained in:
@@ -42,7 +42,7 @@ int main ()
|
|||||||
DrawTexture(emi, 800/2 - emi.width/2, 600/2 - emi.height/2, WHITE);
|
DrawTexture(emi, 800/2 - emi.width/2, 600/2 - emi.height/2, WHITE);
|
||||||
|
|
||||||
// draw some text using the default font
|
// draw some text using the default font
|
||||||
DrawText("Emi la plus belle", 200,50,20,PINK);
|
DrawText("Ceci est un test de la branch dev", 200,50,20,PINK);
|
||||||
|
|
||||||
|
|
||||||
// end the frame and get ready for the next one (display frame, poll input, etc...)
|
// end the frame and get ready for the next one (display frame, poll input, etc...)
|
||||||
|
|||||||
Reference in New Issue
Block a user