generated from It-Club/RaylibTemplate-C
Add test asset drawing
This commit is contained in:
@@ -3,4 +3,8 @@
|
||||
#include "raylib.h"
|
||||
#include "raymath.h"
|
||||
|
||||
void Draw() { ClearBackground(BLACK); }
|
||||
void Draw() {
|
||||
ClearBackground(BLACK);
|
||||
DrawTexture(junoTex, 0, 0, WHITE);
|
||||
DrawTexture(tempTex, 0, 200, WHITE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user