Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

ogs-editor-0.9.html 3.8KB

1 miesiąc temu
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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="../../ru/news/index.html">Новости</a>
  13. <a href="../../ru/game/index.html">Игры</a>
  14. <a href="../../ru/tool/index.html">Инструменты</a>
  15. <a href="../../ru/page/about.html">О нас</a>
  16. </div>
  17. <div id="lang">
  18. <a href="../../en/news/ogs-editor-0.9.html">EN</a>
  19. <a href="../../ru/news/ogs-editor-0.9.html">RU</a>
  20. </div>
  21. <div class="clear"></div>
  22. </div>
  23. </div>
  24. <h3 class="left_item_title">В новостях...</h3>
  25. <center>
  26. <div class="news_item">
  27. <h2 class="news_item_title">
  28. <a href="ogs-editor-0.9.html">Материалы прямого эфира за май 2016</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2016-05-29 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <iframe width="560" height="315" src="https://www.youtube.com/embed/8gHYOkMRoos?list=PLWMTZqE4MAMKp3wP1N63xbdhdgfKi-d-J" frameborder="0" allowfullscreen></iframe>
  35. <p>В этот раз мы показали, как создать простую игру на основе Домино. Ниже приведены все материалы, связанные с созданием игры.</p>
  36. <ol>
  37. <li>Редактор 0.9 для Linux (на основе Debian), OS X (10.9+), Windows <a title="SourceForge" href="https://sourceforge.net/projects/osrpgcreation/files/Editor/jenkins/49_2016-05-24_04-48-47_0.9.0/">доступен на SourceForge</a>. Просто распакуйте и запустите скрипт run.</li>
  38. <li>Проект Домино, созданный во время прямого эфира <a title="GitHub" href="https://github.com/OGStudio/domino-livesession">доступен на GitHub</a>.</li>
  39. <li>Видео репетиции создания игры, на которые есть ссылки в прямом эфире, <a title="YouTube" href="https://www.youtube.com/playlist?list=PLWMTZqE4MAMKp3wP1N63xbdhdgfKi-d-J">доступны на YouTube</a></li>
  40. </ol>
  41. </div>
  42. </div>
  43. <div id="disqus_thread"></div>
  44. <script>
  45. var disqus_config = function () {
  46. this.page.url = "https://opengamestudio.org/ru/news/ogs-editor-0.9.html";
  47. this.page.identifier = "ogs-editor-0.9.html";
  48. };
  49. (function() { // DON'T EDIT BELOW THIS LINE
  50. var d = document, s = d.createElement('script');
  51. s.src = 'https://opengamestudio.disqus.com/embed.js';
  52. s.setAttribute('data-timestamp', +new Date());
  53. (d.head || d.body).appendChild(s);
  54. })();
  55. </script>
  56. <noscript>Пожалуйста, включите JavaScript для просмотра <a href="https://disqus.com/?ref_noscript">комментариев на платформе Disqus.</a></noscript>
  57. <div id="footer">
  58. Сайт сгенерирован <a href="http://opengamestudio.org/pskov/ru">ПСКОВОМ</a>
  59. из <a href="http://github.com/ogstudio/site-opengamestudio">этого исходного кода</a>.
  60. </div>
  61. </center>
  62. </body>
  63. </html>