3D only
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import rl "vendor:raylib"
|
||||
|
||||
SCREEN_W :: 1280
|
||||
SCREEN_H :: 720
|
||||
TARGET_FPS :: 60
|
||||
TARGET_FPS :: 120 // test edit
|
||||
|
||||
main :: proc() {
|
||||
rl.InitWindow(SCREEN_W, SCREEN_H, "ARPG Demo")
|
||||
|
||||
Reference in New Issue
Block a user