Răsfoiți Sursa

Merge branch 'dev' into 'main'

1.1.1

See merge request FIS-VSE/4IT115/2025ZS/ct1800/scho07/gui-textova-adventura!3
Ondřej Schlaichert 8 luni în urmă
părinte
comite
10c9d493b7
3 a modificat fișierele cu 5 adăugiri și 5 ștergeri
  1. 3 3
      README.md
  2. 1 1
      pom.xml
  3. 1 1
      src/main/resources/eu/oschl/gui/help.html

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-# schmorn
+# schmorn-gui
 
 > *The sun sets over a misty day as the witch Oglunda, ruler of the Seven Swamps, rides her carriage down the Royal Road. An agreement has been made, and she comes now to fulfil her side of it.*
 
@@ -8,11 +8,11 @@ The game tells a story of Schmorn, a weak, inept and power-hungry prince, who ge
 
 - author: **Ondřej Schlaichert**
 - semester: **ZS 2025/2026**
-- version: **1.1.0**
+- version: **1.1.1**
 
 ## How to play
 - All gameplay is handled by pressing appropriate buttons. Press buttons to explore, fight enemies, etc.
 - The inventory is also interactable: click on a collected item to use it.
 - Press **Ctrl+R** to restart the game at any time.
-- Press **F1** to show this help screens available, which lists all commands and their descriptions.
+- Press **F1** to show this help screen.
 - Run the game with the `--cli` argument to play in the command line interface.

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>eu.oschl</groupId>
     <artifactId>schmorn-gui</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1</version>
     <name>schmorn-gui</name>
 
     <properties>

+ 1 - 1
src/main/resources/eu/oschl/gui/help.html

@@ -86,7 +86,7 @@
 <ul>
     <li>Author: <strong>Ondřej Schlaichert</strong></li>
     <li>Semester: <strong>ZS 2025/2026</strong></li>
-    <li>Version: <strong>1.0.0</strong></li>
+    <li>Version: <strong>1.1.1</strong></li>
 </ul>
 
 </body>