Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit e23131c

Browse files
committed
modify to git modules
1 parent dec237c commit e23131c

34 files changed

+11
-11214
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
[submodule "game/packages/community-creations"]
1717
path = game/packages/community-creations
1818
url = https://github.com/Legacy-LuaSTG-Engine/Community-Creations
19+
[submodule "game/packages/lua-ffi-math"]
20+
path = game/packages/lua-ffi-math
21+
url = https://github.com/BAKAOLC/Lua-FFI-Math.git

game/config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"type": "directory",
5151
"path": "packages/thlib-scripts-v2/"
5252
},
53+
{
54+
"name": "lua-ffi-math",
55+
"type": "directory",
56+
"path": "packages/lua-ffi-math/"
57+
},
5358
{
5459
"name": "community-creations",
5560
"type": "directory",
@@ -69,7 +74,7 @@
6974
"window": {
7075
"title": "LuaSTG aex+",
7176
"cursor_visible": true,
72-
"allow_window_corner": true
77+
"allow_window_corner": false
7378
},
7479
"graphics_system": {
7580
"preferred_device_name": "",

game/packages/lua-ffi-math

Submodule lua-ffi-math added at 9284eb3

game/packages/thlib-scripts-v2/foundation/math/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

game/packages/thlib-scripts-v2/foundation/math/Vector2.lua

Lines changed: 0 additions & 296 deletions
This file was deleted.

0 commit comments

Comments
 (0)