1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-10-16 11:57:26 +00:00
Keep the campfire lit to stop something terrible from awakening!
Find a file
2022-04-03 16:25:36 +02:00
.github/workflows Initial commit 2022-04-02 01:14:16 +02:00
.vscode 🔨 Hide Krita files from VSC 2022-04-03 04:17:27 +02:00
src 🐞 Fixed spawner only spawning to bottom part 2022-04-03 16:25:36 +02:00
.gitattributes Initial commit 2022-04-02 01:14:16 +02:00
.gitignore Initial commit 2022-04-02 01:14:16 +02:00
export_presets.cfg Initial commit 2022-04-02 01:14:16 +02:00
project.godot ⚙️ Created enemy spawner 2022-04-03 10:23:32 +02:00
README.md Initial commit 2022-04-02 01:14:16 +02:00

untitled project

unknown tagline

Ludum Dare 50: category entry

Overall: TBD Fun: TBD Innovation: TBD Theme: TBD Graphics: TBD Audio: TBD Humor: TBD Mood: TBD

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:

  1. Ensure Git LFS is installed on your system

  2. Clone the repository normally

  3. Run:

    $ git lfs pull
    

Committing

Before you commit a large binary file (such as an image, or an audio file):

  1. Ensure the Git LFS hooks are installed:

    $ git lfs install
    
  2. Ensure the extension of the file you are committing is tracked:

    $ git lfs track "*.ext"
    
  3. Ensure the .gitattributes file itself is tracked:

    $ git add .gitattributes
    

Auto-build

To trigger an automatic export of the project:

  1. Ensure GitHub Actions are enabled
  2. Create a new GitHub Release

To download the resulting builds:

  1. Visit the Actions tab
  2. Click on the triggered workflow
  3. 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!