diff options
Diffstat (limited to 'examples/graphics.lua')
| -rw-r--r-- | examples/graphics.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/graphics.lua b/examples/graphics.lua index 2ac5219..cd1ee12 100644 --- a/examples/graphics.lua +++ b/examples/graphics.lua @@ -1,4 +1,4 @@ -open_window(800, 800, "My Game") +open_window(800, 800, "Sample Window") set_fps(60) while window_running() do |
