Skip to content

Commit 2a7b8a8

Browse files
committed
My original Godot Sonic Engine is DEAD.
This is now a fork of Flow Engine. For now, it's functionally identical to the original code by @coderman64 - just restructured. Now let's see if this gets anywhere. If nothing else, at least this code *works*. Signed-off-by: Stuart "Sslaxx" Moore <[email protected]>
1 parent 5c97f2c commit 2a7b8a8

File tree

1,586 files changed

+30247
-9191
lines changed

Some content is hidden

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

1,586 files changed

+30247
-9191
lines changed

.gitattributes

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
*.inc linguist-vendored
2-
*.gd diff=gdscript
3-
*.tscn diff=toml
4-
*.tres diff=toml
5-
*.cfg diff=toml
1+
*.inc linguist-vendored
2+
*.gd diff=gdscript
3+
*.tscn diff=toml
4+
*.tres diff=toml
5+
*.cfg diff=toml

.gitignore

+18-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# Files to ignore.
2-
Ehthumbs.db
3-
ehthumbs.db
4-
Thumbs.db
5-
thumbs.db
6-
.DS_Store
7-
.fscache
8-
*~
9-
*.bak
10-
*.exe
11-
*.pck
12-
*.tmp
13-
*.x86_64
14-
*.x86
15-
16-
# Directories to ignore.
17-
.import/
18-
logs/
19-
1+
# Files to ignore.
2+
Ehthumbs.db
3+
ehthumbs.db
4+
Thumbs.db
5+
thumbs.db
6+
.DS_Store
7+
.fscache
8+
*~
9+
*.bak
10+
*.exe
11+
*.pck
12+
*.tmp
13+
*.x86_64
14+
*.x86
15+
16+
# Directories to ignore.
17+
.import/
18+
logs/
File renamed without changes.

Docs/CREDITS.md

-1
This file was deleted.

Docs/Design/Design_Document_Godot_Sonic_Engine.md

-323
This file was deleted.

Docs/Design/Floor_Handling.svg

-194
This file was deleted.

0 commit comments

Comments
 (0)