We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aad000 commit 5526ca5Copy full SHA for 5526ca5
README.md
@@ -71,6 +71,10 @@ IDE which bundles editor and the compiler.
71
72
## Releases
73
74
+**[Version 3](https://github.com/suomipelit/skijump3-sdl/releases/tag/sj313-sp3) - 2020-11-22**
75
+
76
+- Graceful shutdown with save when closing with window close button
77
78
**[Version 2](https://github.com/suomipelit/skijump3-sdl/releases/tag/sj313-sp2) - 2020-11-08**
79
80
- [Improve input handling of special keys](https://github.com/suomipelit/skijump3-sdl/pull/13)
SDLPORT.PAS
@@ -24,7 +24,7 @@ interface
24
implementation
25
26
uses sdl2;
27
- const version: string = 'SP2';
+ const version: string = 'SP3';
28
xRes = 320;
29
yRes = 200;
30
targetFrames = 70;
0 commit comments