25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
3.7KB

  1. <!DOCTYPE html>
  2. <html>
  3. <meta charset="utf-8">
  4. <head>
  5. <link rel="stylesheet" href="../../style.css">
  6. </head>
  7. <body>
  8. <script data-goatcounter="https://services.opengamestudio.org:443/count" async src="//services.opengamestudio.org:443/count.js"></script>
  9. <div id="header">
  10. <div class="header2">
  11. <div class="menu">
  12. <a href="../../en/news/index.html">News</a>
  13. <a href="../../en/game/index.html">Games</a>
  14. <a href="../../en/tool/index.html">Tools</a>
  15. <a href="../../en/page/about.html">About</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/rolling-ball.html">EN</a>
  19. <a href="../../ru/news/rolling-ball.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <h3 class="left_item_title">In the news...</h3>
  25. <center>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="rolling-ball.html">"Rolling ball" live session videos and downloads</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2016-02-10 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <p>Since we held 2 live sessions to create "Rolling ball" game, here are 2 YouTube videos of the process:</p>
  35. <iframe width="560" height="315" src="https://www.youtube.com/embed/70Jny1xJxK8" frameborder="0" allowfullscreen></iframe>
  36. <iframe width="560" height="315" src="http://www.youtube.com/embed/851IlFT7y18" frameborder="0" allowfullscreen></iframe>
  37. <p>"Rolling ball" game for Linux (Debian based), OS X (10.9+), Windows <a title="SourceForge" href="http://sourceforge.net/projects/osrpgcreation/files/Games/RollingBall/">is available at SourceForge</a>.</p>
  38. <p>Simply unpack it and launch the run script.</p>
  39. <p>Editor 0.8 <a title="SourceForge" href="http://sourceforge.net/projects/osrpgcreation/files/Editor/jenkins/46_2016-01-30_22-20-41_0.8.0/">is available at SourceForge</a>, too.</p>
  40. <p>"Rolling ball" project for the Editor <a title="GitHub" href="https://github.com/OGStudio/rollingBall.ogs/archive/master.zip">is available at GitHub</a>.</p>
  41. <p>To open it in the Editor:</p>
  42. <ul>
  43. <li>replace slideDown.ogs with rollingBall.ogs you downloaded</li>
  44. <li>rename rollingBall.ogs to slideDown.ogs</li>
  45. </ul>
  46. <p>Since live session took us so long, we decided to concentrate on polishing. Editor already has a lot of features, but their use is inconvenient. We will fix major obstacles for the next Editor release.</p>
  47. </div>
  48. </div>
  49. <div id="disqus_thread"></div>
  50. <script>
  51. var disqus_config = function () {
  52. this.page.url = "https://opengamestudio.org/en/news/rolling-ball.html";
  53. this.page.identifier = "rolling-ball.html";
  54. };
  55. (function() { // DON'T EDIT BELOW THIS LINE
  56. var d = document, s = d.createElement('script');
  57. s.src = 'https://opengamestudio.disqus.com/embed.js';
  58. s.setAttribute('data-timestamp', +new Date());
  59. (d.head || d.body).appendChild(s);
  60. })();
  61. </script>
  62. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  63. <div id="footer">
  64. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  65. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  66. </div>
  67. </center>
  68. </body>
  69. </html>