This commit is contained in:
2026-08-05 16:57:44 +03:00
parent 2ac0413d78
commit da416fe5e2
27 changed files with 92 additions and 1293 deletions
+1 -1
View File
@@ -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")