Couple typos, bug fixes, and setting window title.
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
:warriors "Take thy servant's medal of strength.")
|
:warriors "Take thy servant's medal of strength.")
|
||||||
(actions/give entities :medal)
|
(actions/give entities :medal)
|
||||||
(actions/glad entities)
|
(actions/glad entities)
|
||||||
(steam/set-achievement "WISE_GUY"))
|
(steam/set-achievement "PRO_WRESTLER"))
|
||||||
(do
|
(do
|
||||||
(play-battle entities :lose)
|
(play-battle entities :lose)
|
||||||
(actions/do-dialogue entities
|
(actions/do-dialogue entities
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
[advent.screens.rooms :as rooms]
|
[advent.screens.rooms :as rooms]
|
||||||
[advent.screens.rooms.common :as common]
|
[advent.screens.rooms.common :as common]
|
||||||
[advent.saves :as saves]
|
[advent.saves :as saves]
|
||||||
|
[advent.steam :as steam]
|
||||||
[advent.actions :as actions]
|
[advent.actions :as actions]
|
||||||
[advent.screens.items :as items]
|
[advent.screens.items :as items]
|
||||||
[advent.utils :as utils]
|
[advent.utils :as utils]
|
||||||
@@ -198,7 +199,9 @@
|
|||||||
:ego "But what now?"
|
:ego "But what now?"
|
||||||
:ego "I have till sunrise before Bloodclot comes and destroys the town."
|
:ego "I have till sunrise before Bloodclot comes and destroys the town."
|
||||||
:ego "Maybe Gandarf can help me!")
|
:ego "Maybe Gandarf can help me!")
|
||||||
(utils/save-chapter @entities :chapter-4))
|
(steam/set-achievement "EX_CON")
|
||||||
|
(utils/save-chapter @entities :chapter-4)
|
||||||
|
)
|
||||||
(do
|
(do
|
||||||
(actions/do-dialogue entities :ego "Yes! I made it!"
|
(actions/do-dialogue entities :ego "Yes! I made it!"
|
||||||
:guard "Hmm?"
|
:guard "Hmm?"
|
||||||
|
|||||||
@@ -37,6 +37,7 @@
|
|||||||
(do
|
(do
|
||||||
(set! (.width cfg) 1280)
|
(set! (.width cfg) 1280)
|
||||||
(set! (.height cfg) 960)))
|
(set! (.height cfg) 960)))
|
||||||
|
(set! (.title cfg) "Tick's Tales: Up All Knight")
|
||||||
(set! (.foregroundFPS cfg) 60)
|
(set! (.foregroundFPS cfg) 60)
|
||||||
(set! (.backgroundFPS cfg) 60)
|
(set! (.backgroundFPS cfg) 60)
|
||||||
(System/setProperty "org.lwjgl.opengl.Display.enableHighDPI" "false")
|
(System/setProperty "org.lwjgl.opengl.Display.enableHighDPI" "false")
|
||||||
|
|||||||
Reference in New Issue
Block a user