diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 15:28:45 +0100 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2024-09-24 15:28:45 +0100 |
commit | dc7732b6f073d5450657d94c815ca445a1a08fbd (patch) | |
tree | 03bacef1833854a6b229aa80d57911402959c0a1 /comp/lucas-standen-NEA/code2/examples/raylib_example.zpy | |
parent | 997fd49c81a86696db6f62ce8c5bdde038c7cebb (diff) |
fixed some demos
Diffstat (limited to 'comp/lucas-standen-NEA/code2/examples/raylib_example.zpy')
-rw-r--r-- | comp/lucas-standen-NEA/code2/examples/raylib_example.zpy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comp/lucas-standen-NEA/code2/examples/raylib_example.zpy b/comp/lucas-standen-NEA/code2/examples/raylib_example.zpy index 10f326e..90ef8b8 100644 --- a/comp/lucas-standen-NEA/code2/examples/raylib_example.zpy +++ b/comp/lucas-standen-NEA/code2/examples/raylib_example.zpy @@ -1,6 +1,6 @@ (defun main int) (InitWindow 800 800 "test_test") - (SetTargetFPS 60) + (SetTargetFPS 30) (let img:Image (LoadImage "dvd.png")) (let tex:Texture (LoadTextureFromImage img)) |