diff options
| author | Ray <[email protected]> | 2017-10-24 00:28:29 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-10-24 00:28:29 +0200 |
| commit | 307cf10b3291c886e68e070a5835615f438640ca (patch) | |
| tree | 5ed1b2781f103918cf0b3ed8fe099c133ae07f32 /games/koala_seasons.html | |
| parent | 6a3005e0c8738912465bf9fc12f6f5b9caa3a73f (diff) | |
| download | raylib.com-307cf10b3291c886e68e070a5835615f438640ca.tar.gz raylib.com-307cf10b3291c886e68e070a5835615f438640ca.zip | |
Updated game to work on raylib 1.8
Diffstat (limited to 'games/koala_seasons.html')
| -rw-r--r-- | games/koala_seasons.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/koala_seasons.html b/games/koala_seasons.html index 7b41d78..3c05167 100644 --- a/games/koala_seasons.html +++ b/games/koala_seasons.html @@ -20,8 +20,9 @@ <meta property="og:site_name" content="raylib.com"> <meta property="og:description" content="New hmtl5 videogame, developed using raylib videogames library"> + <!-- Twitter metatags for sharing --> <meta name="twitter:card" content="summary"> - <meta name="twitter:site" content="@emegemegames"> + <meta name="twitter:site" content="@raysan5"> <meta name="twitter:title" content="raylib HTML5 GAME"> <meta name="twitter:description" content="New HTML5 videogame, developed using raylib videogames library"> <meta name="twitter:image" content="http://www.raylib.com/common/img/raylib_logo.png"> |
