Fix 3d camera first person example
This commit is contained in:
parent
6a52de5c34
commit
0ee5495059
1 changed files with 0 additions and 2 deletions
|
|
@ -71,8 +71,6 @@ pub fn main() anyerror!void {
|
||||||
rl.drawText("First person camera default controls:", 20, 20, 10, rl.Color.black);
|
rl.drawText("First person camera default controls:", 20, 20, 10, rl.Color.black);
|
||||||
rl.drawText("- Move with keys: W, A, S, D", 40, 40, 10, rl.Color.dark_gray);
|
rl.drawText("- Move with keys: W, A, S, D", 40, 40, 10, rl.Color.dark_gray);
|
||||||
rl.drawText("- Mouse move to look around", 40, 60, 10, rl.Color.dark_gray);
|
rl.drawText("- Mouse move to look around", 40, 60, 10, rl.Color.dark_gray);
|
||||||
|
|
||||||
rl.endDrawing();
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue