Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 573 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 573 Bytes

Introduction

This document is a work in progress. It will be updated as the project progresses.

Project Structure

#TODO

Project Style Guide

Reference: Godot Docs

  • Use snake_case for folder and file names.
  • Use PascalCase for node names, as this matches built-in node casing.

GDScript Guidelines

Reference: Godot GDScript guidelines

Commit Conventions

#TODO