Заготовка ПСКОВ 2 \| PSKOV 2 draft
This commit is contained in:
@@ -25,6 +25,30 @@
|
||||
<h1>News</h1>
|
||||
|
||||
<div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="welcome-component.html">PSKOV 2 editor and components</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2025-06-03
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<video controls width="700">
|
||||
<source src="../../images/2025-06_welcome-component.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<h1 id="pskov2editordraft">PSKOV 2 editor draft</h1>
|
||||
<p>In May I created PSKOV 2 editor draft which is only capable of:</p>
|
||||
<ol>
|
||||
<li>display two left menu items</li>
|
||||
<li>display contents in the right for the selected menu item</li>
|
||||
</ol>
|
||||
<p>You probably can't see anything substantial in this, however, the listed
|
||||
functionality is run by a component. In this case it's called <a href="https://github.com/kornerr/pskov2/blob/main/welcome.js">WelcomeComponent</a>.
|
||||
Future functionality like Git and Markdown is expected to follow the same pattern of. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="welcome-component.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="notes-desktop.html">Notes and Git</a>
|
||||
</h2>
|
||||
@@ -223,30 +247,6 @@ graphical results did not match that of the audience.. . .</p>
|
||||
<div class="news_item_more">
|
||||
<a href="ht-sound.html">Continue reading</a>
|
||||
</div>
|
||||
</div><div class="news_item">
|
||||
<h2 class="news_item_title">
|
||||
<a href="ht-scenes.html">Switching scenes</a>
|
||||
</h2>
|
||||
<p class="news_item_date">
|
||||
2024-09-06 00:00
|
||||
</p>
|
||||
<div class="news_item_contents">
|
||||
<h1 id="august">August</h1>
|
||||
<video controls width="700">
|
||||
<source src="../../images/2024_scenes.mp4" type="video/mp4"/>
|
||||
</video>
|
||||
<p>In August I implemented scene switching, which allowed me to do the following:</p>
|
||||
<ul>
|
||||
<li>pressing "Start the game" button in the splash screen takes the player to a level with three floors</li>
|
||||
<li>selecting a door takes the player to another floor</li>
|
||||
<li>selecting a TV set focuses the player on the TV set with a remote control</li>
|
||||
<li>switching TV channels results in different images being shown</li>
|
||||
</ul>
|
||||
<p>Thus, scenes are good both for focusing on items and moving the player around.. . .</p>
|
||||
</div>
|
||||
<div class="news_item_more">
|
||||
<a href="ht-scenes.html">Continue reading</a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="pagination_title">Page 1 of 9</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user