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

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