Skip to content

Commit 9282bd7

Browse files
committed
1.0 milestone release
2 parents b92ad43 + dce7b53 commit 9282bd7

216 files changed

Lines changed: 57757 additions & 17425 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Top-most EditorConfig file
2+
root = true
3+
4+
# Core settings for all files
5+
[*]
6+
indent_style = space # Use spaces over tabs :contentReference[oaicite:2]{index=2}
7+
indent_size = 2 # Google style uses 2 spaces :contentReference[oaicite:3]{index=3}
8+
max_line_length = 100 # Wrap lines at ~100 chars
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
# C# files only
13+
[*.cs]
14+
# Brace placement: K&R style (same line) for all constructs
15+
csharp_new_line_before_open_brace = none # no newline before '{' :contentReference[oaicite:4]{index=4}
16+
csharp_new_line_before_else = false # else on same line :contentReference[oaicite:5]{index=5}
17+
csharp_new_line_before_catch = false # catch on same line :contentReference[oaicite:6]{index=6}
18+
csharp_new_line_before_finally = false # finally on same line :contentReference[oaicite:7]{index=7}

Assets/Art/LobbyUI/book.png

Lines changed: 3 additions & 0 deletions
Loading

Assets/Art/LobbyUI/book.png.meta

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Art/MainMenuUI/keys/no.png

Lines changed: 3 additions & 0 deletions
Loading

Assets/Art/MainMenuUI/keys/no.png.meta

Lines changed: 127 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)