-
Notifications
You must be signed in to change notification settings - Fork 4
/
settings.gradle
37 lines (30 loc) · 2.13 KB
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// lpp 01版本
// 预计task数:4791
// 以下内容用于关于编号含义的提示
// 0001. 空想世界1
// 0002. 粒子系统【暂停维护】
// 0003. 几何决斗【从FAL的学生时期作品移植过来,已火】
// 0004. 高维塔防【3D游戏模板】
// 0005. 杂项
// 0006. 中心IDE【ce4kotlin】
// 0007. 填满正方形
// 0008. 粒子生命:升天(魔改版2D processing粒子系统)
// 0009. 异星征途
// 0010. 聊天室
// 0011. 数值膨胀,以及矢量天空,以及TRPG系统【移动到ce4kotlin】
// 0012. 光遇2,流浪遇球,别太荒谬了【ce4kotlin】
// 0013. galgame
include 'framework0005:framework0005-net', 'framework0005:framework0005-net-android', 'framework0005:framework0005-net-relay'
// include 'taptap-framework'
// include 'taptap-framework:taptap-sdk-aar'
include 'game0001:game0001-android', 'game0001:game0001-lwjgl3', 'game0001:game0001-core', 'game0001:game0001-server', 'game0001:game0001-headless', 'game0001:game0001-pico4', 'game0001:game0001-taptap'
// include 'game0002:game0002-android', 'game0002:game0002-lwjgl3', 'game0002:game0002-core', 'game0002:game0002-server', 'game0002:game0002-taptap'
include 'game0003:game0003-android', 'game0003:game0003-lwjgl3', 'game0003:game0003-core', 'game0003:game0003-server', 'game0003:game0003-taptap'
include 'game0007:game0007-android', 'game0007:game0007-lwjgl3', 'game0007:game0007-core', 'game0007:game0007-server'
include 'game0008:game0008-android', 'game0008:game0008-lwjgl3', 'game0008:game0008-core', 'game0008:game0008-server', 'game0008:game0008-taptap'
include 'game0009:game0009-android', 'game0009:game0009-lwjgl3', 'game0009:game0009-core', 'game0009:game0009-server'
//include 'game0010:game0010-android', 'game0010:game0010-lwjgl3', 'game0010:game0010-core', 'game0010:game0010-server'
include 'game0013:game0013-android', 'game0013:game0013-lwjgl3', 'game0013:game0013-core', 'game0013:game0013-server', 'game0013:game0013-taptap'
include 'game0015:game0015-android', 'game0015:game0015-lwjgl3', 'game0015:game0015-core', 'game0015:game0015-server'
include 'games-collection'
// include 'game0007:game0007-core','game0007:game0007-server'