The game was created and directed by: Nihhiu
Made by: GalaTime Team
To run the game we should follow the instructions below:
Install the following
- Godot Engine - .NET 4.2.1 or later
- .NET 6.0 or later
- Git
(obvisously)
- Clone the repository
git clone https://github.com/Ardub92/Galatime/Galatime.git
- Restore NuGet packages
cd GalaTime-CotP dotnet restore - Open the project with Godot
- Run the project by using
F5or by pressing "play" in the top left corner
- Please, DO NOT use
StringBuilder.AppendLine()in your code, because Godot has a bug with it that breaks line breaks when project is exported. Instead useStringBuilder.Append("\n"). If still having trouble try to switch line endings toCRLF,LForCRin your editor in any files you are editing (For example.tres,.txt,.json,.csv, etc).