forked from play-co/devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules-priv
More file actions
45 lines (45 loc) · 1.61 KB
/
.gitmodules-priv
File metadata and controls
45 lines (45 loc) · 1.61 KB
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
38
39
40
41
42
43
44
45
[submodule "lib/jsio"]
path = lib/js.io
url = https://github.com/gameclosure/js.io.git
[submodule "lib/timestep"]
path = lib/timestep
url = https://github.com/gameclosure/timestep-priv.git
[submodule "lib/squill"]
path = lib/squill
url = https://github.com/gameclosure/squill.git
[submodule "lib/gcapi"]
path = lib/gcapi
url = https://github.com/gameclosure/gcapi-priv.git
[submodule "lib/NativeInspector"]
path = lib/NativeInspector
url = https://github.com/gameclosure/NativeInspector.git
[submodule "projects/whack-that-mole"]
path = projects/whack-that-mole
url = https://github.com/gameclosure/whack-that-mole.git
[submodule "projects/platformer"]
path = projects/platformer
url = https://github.com/gameclosure/platformer.git
[submodule "lib/menus"]
path = lib/menus
url = https://github.com/gameclosure/menus.git
[submodule "lib/shooter"]
path = lib/shooter
url = https://github.com/gameclosure/shooter.git
[submodule "projects/demoMenus"]
path = projects/demoMenus
url = https://github.com/gameclosure/demoMenus.git
[submodule "projects/demoShooter"]
path = projects/demoShooter
url = https://github.com/gameclosure/demoShooter.git
[submodule "lib/isometric"]
path = lib/isometric
url = https://github.com/gameclosure/isometric.git
[submodule "projects/demoIsometricGame"]
path = projects/demoIsometricGame
url = https://github.com/gameclosure/demoIsometricGame.git
[submodule "lib/adventuremap"]
path = lib/adventuremap
url = https://github.com/gameclosure/adventuremap.git
[submodule "projects/demoAdventureMap"]
path = projects/demoAdventureMap
url = https://github.com/gameclosure/demoAdventureMap.git