init branch dev

This commit is contained in:
2026-04-20 22:07:28 +02:00
parent cfd672bf25
commit d6724e4c73

View File

@@ -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...)