Skip to content

GalaTime-Team/GalaTime-CotP

Repository files navigation

Built with Godot and C#

GalaTime: Chronicles of the Past

The game was created and directed by: Nihhiu
Made by: GalaTime Team

Getting Started

To run the game we should follow the instructions below:

Prerequisites

Install the following

Installation

  1. Clone the repository
    git clone https://github.com/Ardub92/Galatime/Galatime.git
  2. Restore NuGet packages
    cd GalaTime-CotP
    dotnet restore
  3. Open the project with Godot
  4. Run the project by using F5 or by pressing "play" in the top left corner

Notes

  • 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 use StringBuilder.Append("\n"). If still having trouble try to switch line endings to CRLF, LF or CR in your editor in any files you are editing (For example .tres, .txt, .json, .csv, etc).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors