mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 12:14:18 +00:00
Keep the campfire lit to stop something terrible from awakening!
.github/workflows | ||
.vscode | ||
src | ||
.gitattributes | ||
.gitignore | ||
export_presets.cfg | ||
FireExtinguisherEnemy.gd | ||
project.godot | ||
README.md |
untitled project
unknown tagline
Ludum Dare 50: category entry
Credits
Game
- Your name goes here!
Tools
Development
Large file storage
This repository is configured with the Git Large File Storage extension.
Cloning
To clone this repository with all LFS files:
-
Ensure Git LFS is installed on your system
-
Clone the repository normally
-
Run:
$ git lfs pull
Committing
Before you commit a large binary file (such as an image, or an audio file):
-
Ensure the Git LFS hooks are installed:
$ git lfs install
-
Ensure the extension of the file you are committing is tracked:
$ git lfs track "*.ext"
-
Ensure the
.gitattributes
file itself is tracked:$ git add .gitattributes
Auto-build
To trigger an automatic export of the project:
- Ensure GitHub Actions are enabled
- Create a new GitHub Release
To download the resulting builds:
- Visit the Actions tab
- Click on the triggered workflow
- Download the created artifacts from the bottom of the page
Note that artifacts are visible only if you're logged in to a GitHub account!