From ef29d46879be6fa28417cf7ceb6179bc1fbab578 Mon Sep 17 00:00:00 2001 From: mago Date: Fri, 30 Jul 2021 10:07:06 +0200 Subject: [PATCH] update --- Src/_Autoloads/Global.gd | 2 +- _Org/_logs/Moonshot_1.0.txt | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 _Org/_logs/Moonshot_1.0.txt diff --git a/Src/_Autoloads/Global.gd b/Src/_Autoloads/Global.gd index f805a4f..e4ed46c 100644 --- a/Src/_Autoloads/Global.gd +++ b/Src/_Autoloads/Global.gd @@ -25,7 +25,7 @@ extends Node #warning-ignore-all:unused_class_variable # Version -const GAME_VERSION = 0.9 +const GAME_VERSION = 1.0 const CONFIG_VERSION = 3 # Used for config migration # Debug Options diff --git a/_Org/_logs/Moonshot_1.0.txt b/_Org/_logs/Moonshot_1.0.txt new file mode 100644 index 0000000..728fe4f --- /dev/null +++ b/_Org/_logs/Moonshot_1.0.txt @@ -0,0 +1,34 @@ +[color=#ffad3b][b]Welcome to Moonshot: The Great Espionage[/b][/color] +Welcome to the release of Moonshot. We hope to live up to your expectations and that you have a lot of fun with our first big game. +If you experience any issue you can report it [url=https://github.com/NimbleBeasts/NbMoonshot/issues]here[/url]. +Thank you. + +[color=#ffad3b][b]Controls[/b][/color] +This game comes with experimental controller support. For best experience use keyboard and mouse. +[table=3] +[cell]Controls[/cell][cell]Keyboard[/cell][cell]Gamepad[/cell] +[cell]Movement[/cell][cell]WASD/Arrow keys[/cell][cell]Left Stick[/cell] +[cell]Interaction[/cell][cell]E[/cell][cell]A[/cell] +[cell]Taser[/cell][cell]F[/cell][cell]B[/cell] +[cell]Quit/Menu[/cell][cell]Q[/cell][cell]X[/cell] +[cell]Dodge[/cell][cell]Space[/cell][cell]Y[/cell] +[/table] + +[color=#ffad3b][b]Cheats[/b][/color] +There is a debug console that can be utilized by F9. Some commands are cheat protected. You won't receive any achievements, while cheating. + +[color=#ffad3b][b]Changelog[/b][/color] +[b]Release 1.0 [/b][code]2021-07-30[/code] +- Fixed: Carry a guard prevented game over +- Fixed: Level 13 mission objective +- Fixed: Smaller fixes in levels +[b]Release 0.9 [/b][code]2021-07-25[/code] +- Final release candidate +- Level complete +- Known bugs in level 13 +- Steam achievements added +[b]Release 0.7 [/b][code]2021-06-17[/code] +- 75% of levels are ready to play +- Tons of bugs and findings from beta 0.5 fixed +[b]Release 0.5 [/b][code]2021-04-11[/code] +- First beta after game jam \ No newline at end of file