Skip to content

Commit 13bfe3f

Browse files
Add Falco Engine (#766)
Co-authored-by: NintenHero <[email protected]>
1 parent 6318ab3 commit 13bfe3f

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

descriptions/Engine.FalcoEngine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**Falco Engine**](https://falco3d.com/) is a free 3D game engine with C# scripting, Bullet physics, and OpenAL audio.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Eclipse_Engine[] = ^data\.pie$
7272
Eclipse_Engine[] = ^Bundle/bundleMain\.mbundle$
7373
EngineX = ^(?:_bin_PC/BuildData|data)/FILELIST.BIN$
7474
Essence_Engine = \.sga$
75+
FalcoEngine = (?:^|/)FalcoEngine\.dll$
7576
Fase = ^faseEngine\.dll$
7677
FBN = (?:^|/)fbnEngine\.dll$
7778
Flexi = (?:^|/)fx_core\.dll$

tests/types/Engine.FalcoEngine.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/FalcoEngine.dll
2+
FalcoEngine.dll

tests/types/_NonMatchingTests.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ phaser.dl
224224
haser.dll
225225
phaser_dll
226226
ui.hdllf
227+
ffalcoengine.dll
228+
falcoengine_dll
229+
falcoengine.dl
230+
falcoengine.dlll
227231
athEngine.dll
228232
PathEngine.dl
229233
PathEngine_dll

0 commit comments

Comments
 (0)