generated from It-Club/RaylibTemplate-C
Compare commits
2 Commits
3eb4bec98c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b4c970027 | |||
|
|
3a76505e1c |
@@ -1,3 +1 @@
|
|||||||
# RaylibTemplate
|
This is a work in progress
|
||||||
|
|
||||||
A template for making games with Raylib (with CMake)
|
|
||||||
@@ -3,4 +3,8 @@
|
|||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
#include "raymath.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