This commit is contained in:
RochesterX
2025-04-18 20:11:19 -04:00
parent a7e181a900
commit ce741c87d5
450 changed files with 59358 additions and 963 deletions

View File

@@ -83,7 +83,9 @@
<h1 id="Game_WinScreen" data-uid="Game.WinScreen" class="text-break">Class WinScreen
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>Manages the win screen display for the game.
Displays the winning player's information and triggers the win screen animation.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
@@ -101,7 +103,9 @@
<h4 id="Game_WinScreen_Instance" data-uid="Game.WinScreen.Instance">Instance</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>A singleton instance of the <a class="xref" href="Game.WinScreen.html">WinScreen</a> class.
Ensures only one instance of the WinScreen exists at a time.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -125,7 +129,8 @@
<h4 id="Game_WinScreen_playerTexts" data-uid="Game.WinScreen.playerTexts">playerTexts</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>A list of text elements used to display player information on the win screen.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -152,7 +157,9 @@
<a id="Game_WinScreen_ShowWinScreen_" data-uid="Game.WinScreen.ShowWinScreen*"></a>
<h4 id="Game_WinScreen_ShowWinScreen_System_Int32_" data-uid="Game.WinScreen.ShowWinScreen(System.Int32)">ShowWinScreen(int)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Displays the win screen for the specified player.
Updates the text and color of the win screen to reflect the winning player.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
@@ -171,7 +178,8 @@
<tr>
<td><span class="xref">int</span></td>
<td><span class="parametername">player</span></td>
<td></td>
<td><p>The number of the winning player (1-based index).</p>
</td>
</tr>
</tbody>
</table>