Skip to content

Commit 0067cce

Browse files
committed
refactor: Use new modules from npm and Nevermore, which fixes #4 (in signal deferred mode)
1 parent 66b1c8e commit 0067cce

28 files changed

+814
-714
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
*.sublime-workspace
2-
*.rbxl.lock
2+
*.rbxl.lock
3+
node_modules
4+
roblox.yml

aftman.toml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This file lists tools managed by Aftman, a cross-platform toolchain manager.
2+
# For more information, see https://github.com/LPGhatguy/aftman
3+
[tools]
4+
rojo = "quenty/[email protected]"
5+
run-in-roblox = "rojo-rbx/[email protected]"
6+
selene = "Kampfkarren/[email protected]"
7+
moonwave-extractor = "UpliftGames/[email protected]"
8+
mantle = "blake-mealey/[email protected]"
9+
remodel = "rojo-rbx/[email protected]"

default.project.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2-
"name": "PartToTerrain",
3-
"tree": {
2+
"name": "QuentyPartToTerrain",
3+
"globIgnorePaths": [ "**/.package-lock.json" ],
4+
"tree": {
45
"$className": "DataModel",
56
"StarterGui": {
67
"$className": "StarterGui",

0 commit comments

Comments
 (0)