feat: Print using log.c
This commit is contained in:
@@ -7,5 +7,6 @@ void Update(float dt) {
|
||||
}
|
||||
|
||||
void Draw() {
|
||||
Print("Drawing stuff");
|
||||
DrawText("Hello from AngelScript - Working perfectly!", int(x), int(y), 20, 0xFF0000FF);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user