Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8ec1b60 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
AidenRichards03 committed Oct 17, 2024
1 parent a3d5ac3 commit 0a20f1b
Show file tree
Hide file tree
Showing 14 changed files with 656 additions and 42 deletions.
4 changes: 4 additions & 0 deletions allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ <h1 title="All Classes and Interfaces" class="title">All Classes and Interfaces<
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">
<div class="block">The MoralDecision class manages a list of moral decisions and tracks the current morality score.</div>
</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/csse3200/game/screens/MoralDecisionDisplay.html" title="class in com.csse3200.game.screens">MoralDecisionDisplay</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first even-row-color all-classes-table all-classes-table-tab2"><a href="com/csse3200/game/components/maingame/MoralDisplayTemp.html" title="class in com.csse3200.game.components.maingame">MoralDisplayTemp</a></div>
<div class="col-last even-row-color all-classes-table all-classes-table-tab2">&nbsp;</div>
<div class="col-first odd-row-color all-classes-table all-classes-table-tab2"><a href="com/csse3200/game/components/moral/MoralEnum.html" title="class in com.csse3200.game.components.moral">MoralEnum</a></div>
<div class="col-last odd-row-color all-classes-table all-classes-table-tab2">
<div class="block">Represents an enumeration of moral values.</div>
Expand Down
272 changes: 272 additions & 0 deletions com/csse3200/game/components/maingame/MoralDisplayTemp.html

Large diffs are not rendered by default.

22 changes: 2 additions & 20 deletions com/csse3200/game/components/maingame/TextDisplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,9 @@ <h2>Method Summary</h2>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Set visibility of the textbox</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#simulateKeyPress(int)" class="member-name-link">simulateKeyPress</a><wbr>(int&nbsp;keycode)</code></div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#update()" class="member-name-link">update</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Class used in unit tests to simulate keypress</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#update()" class="member-name-link">update</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">This function will add text after a certain amount of time given the delay constant</div>
</div>
</div>
Expand Down Expand Up @@ -433,19 +428,6 @@ <h3>setScreen</h3>
</dl>
</section>
</li>
<li>
<section class="detail" id="simulateKeyPress(int)">
<h3>simulateKeyPress</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">simulateKeyPress</span><wbr><span class="parameters">(int&nbsp;keycode)</span></div>
<div class="block">Class used in unit tests to simulate keypress</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>keycode</code> - : keycode realting to the key pressed</dd>
<dt>Returns:</dt>
<dd>whether the key was pressed</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
Expand Down
22 changes: 12 additions & 10 deletions com/csse3200/game/components/maingame/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,23 +105,25 @@ <h1 title="Package com.csse3200.game.components.maingame" class="title">Package
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Displays a button to exit the Main Game screen to the Main Menu screen.</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="PauseMenuActions.html" title="class in com.csse3200.game.components.maingame">PauseMenuActions</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="MoralDisplayTemp.html" title="class in com.csse3200.game.components.maingame">MoralDisplayTemp</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="PauseMenuActions.html" title="class in com.csse3200.game.components.maingame">PauseMenuActions</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">This class listens to events relevant to the Main Game Screen and does something when the button on the Pause
Menu is clicked.</div>
</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="PauseMenuDisplay.html" title="class in com.csse3200.game.components.maingame">PauseMenuDisplay</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="PauseMenuDisplay.html" title="class in com.csse3200.game.components.maingame">PauseMenuDisplay</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">Display the Pause Menu when pausing the game</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="RecipeCardDisplay.html" title="class in com.csse3200.game.components.maingame">RecipeCardDisplay</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="TextDisplay.html" title="class in com.csse3200.game.components.maingame">TextDisplay</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="RecipeCardDisplay.html" title="class in com.csse3200.game.components.maingame">RecipeCardDisplay</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">&nbsp;</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="TextDisplay.html" title="class in com.csse3200.game.components.maingame">TextDisplay</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="block">The UIComponent to create textbox which are drawn to the bottom of the screen</div>
</div>
<div class="col-first odd-row-color class-summary class-summary-tab2"><a href="TextPopup.html" title="class in com.csse3200.game.components.maingame">TextPopup</a></div>
<div class="col-last odd-row-color class-summary class-summary-tab2">
<div class="col-first even-row-color class-summary class-summary-tab2"><a href="TextPopup.html" title="class in com.csse3200.game.components.maingame">TextPopup</a></div>
<div class="col-last even-row-color class-summary class-summary-tab2">
<div class="block">Displays a dialog asking the user to name a save file and confirms the input.</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions com/csse3200/game/components/maingame/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ <h2 title="Class Hierarchy">Class Hierarchy</h2>
<li class="circle">com.csse3200.game.components.maingame.<a href="EndDayDisplay.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">EndDayDisplay</a></li>
<li class="circle">com.csse3200.game.components.maingame.<a href="GameBackgroundDisplay.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">GameBackgroundDisplay</a></li>
<li class="circle">com.csse3200.game.components.maingame.<a href="MainGameExitDisplay.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">MainGameExitDisplay</a></li>
<li class="circle">com.csse3200.game.components.maingame.<a href="MoralDisplayTemp.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">MoralDisplayTemp</a></li>
<li class="circle">com.csse3200.game.components.maingame.<a href="PauseMenuDisplay.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">PauseMenuDisplay</a></li>
<li class="circle">com.csse3200.game.components.maingame.<a href="RecipeCardDisplay.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">RecipeCardDisplay</a></li>
<li class="circle">com.csse3200.game.components.maingame.<a href="TextDisplay.html" class="type-name-link" title="class in com.csse3200.game.components.maingame">TextDisplay</a></li>
Expand Down
Loading

0 comments on commit 0a20f1b

Please sign in to comment.