Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

81 рядки
3.8KB

  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/ht-scenes.html">EN</a>
  19. <a href="../../ru/news/ht-scenes.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="ht-scenes.html">Switching scenes</a>
  29. </h2>
  30. <p class="news_item_date">
  31. 2024-09-06 00:00
  32. </p>
  33. <div class="news_item_contents">
  34. <h1 id="august">August</h1>
  35. <video controls width="700">
  36. <source src="../../images/2024_scenes.mp4" type="video/mp4"/>
  37. </video>
  38. <p>In August I implemented scene switching, which allowed me to do the following:</p>
  39. <ul>
  40. <li>pressing "Start the game" button in the splash screen takes the player to a level with three floors</li>
  41. <li>selecting a door takes the player to another floor</li>
  42. <li>selecting a TV set focuses the player on the TV set with a remote control</li>
  43. <li>switching TV channels results in different images being shown</li>
  44. </ul>
  45. <p>Thus, scenes are good both for focusing on items and moving the player around.</p>
  46. <h1 id="september">September</h1>
  47. <p>I plan to implement replay of short sounds in September.</p>
  48. <h1 id="philosophy">Philosophy</h1>
  49. <p>I stumbled upon an interesting <a href="https://www.konstantinschubert.com/2019/03/30/time-after-taxes.html">"Time after tax"</a> post. The author briefly
  50. tells how after spending time on mandatory day to day
  51. activities (sleep, work, commute, wash, etc.) he is only left with
  52. 3 hours of free time. The author calls this "Time after tax".</p>
  53. <p>That concept explains where I take time for "Tail and Shadow" project.
  54. For example, I managed to spend 27 hours for the project in August, that's
  55. about 1 hour a day. Of course, one would spend 27 hours on a full-time job
  56. in 3-4 days, but a job won't let you make your dream come true.</p>
  57. <p>Do you use "time after tax"?</p>
  58. </div>
  59. </div>
  60. <div id="disqus_thread"></div>
  61. <script>
  62. var disqus_config = function () {
  63. this.page.url = "https://opengamestudio.org/en/news/ht-scenes.html";
  64. this.page.identifier = "ht-scenes.html";
  65. };
  66. (function() { // DON'T EDIT BELOW THIS LINE
  67. var d = document, s = d.createElement('script');
  68. s.src = 'https://opengamestudio.disqus.com/embed.js';
  69. s.setAttribute('data-timestamp', +new Date());
  70. (d.head || d.body).appendChild(s);
  71. })();
  72. </script>
  73. <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
  74. <div id="footer">
  75. The site has been generated by <a href="http://opengamestudio.org/pskov">PSKOV</a>
  76. from <a href="http://github.com/ogstudio/site-opengamestudio">this source code</a>.
  77. </div>
  78. </center>
  79. </body>
  80. </html>