feat: Print using log.c

This commit is contained in:
2025-11-06 11:03:21 +13:00
parent ced85f0e53
commit 60f56f9609
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
}