Skip to content

Commit

Permalink
Actually fix Wally, bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grilme99 committed Jul 15, 2022
1 parent 6ab0d65 commit 4417331
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 68 deletions.
7 changes: 0 additions & 7 deletions build.project.json

This file was deleted.

62 changes: 4 additions & 58 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -1,61 +1,7 @@
{
"name": "example",
"tree": {
"$className": "DataModel",
"Workspace": {
"$className": "Workspace",
"$path": "example/workspace"
},

"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"Examples": {
"$path": "example/customclient"
},
"Packages": {
"$className": "Folder",
"Chickynoid": {
"$path": "src"
}
}
},

"ServerScriptService": {
"$className": "ServerScriptService",
"$path": "example/server",
"Examples": {
"$path": "example/customserver"
}
},

"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "example/client"
}
},
"Lighting": {
"$className": "Lighting",
"$path": "example/lighting",
"$properties": {
"Brightness": 3,
"EnvironmentDiffuseScale": 1,
"EnvironmentSpecularScale": 1,
"GlobalShadows": true,
"ShadowSoftness": 1,
"Technology": "ShadowMap"
}
},
"Players": {
"$className": "Players",
"$properties": {
"CharacterAutoLoads": false
}
},
"StarterGui": {
"$className": "StarterGui",
"$path": "example/gui"
"name": "chickynoid",
"tree": {
"$className": "DataModel",
"$path": "src"
}
}
}
62 changes: 62 additions & 0 deletions dev.project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"name": "example",
"tree": {
"$className": "DataModel",
"Workspace": {
"$className": "Workspace",
"$path": "example/workspace"
},

"ReplicatedFirst": {
"$className": "ReplicatedFirst",
"Examples": {
"$path": "example/customclient"
},
"Packages": {
"$className": "Folder",
"Chickynoid": {
"$path": "src"
}
}
},

"ServerScriptService": {
"$className": "ServerScriptService",
"$path": "example/server",
"Examples": {
"$path": "example/customserver"
}
},

"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "example/client"
}
},
"Lighting": {
"$className": "Lighting",
"$path": "example/lighting",
"$properties": {
"Brightness": 3,
"EnvironmentDiffuseScale": 1,
"EnvironmentSpecularScale": 1,
"GlobalShadows": true,
"ShadowSoftness": 1,
"Technology": "ShadowMap"
}
},
"Players": {
"$className": "Players",
"$properties": {
"CharacterAutoLoads": false
}
},
"StarterGui": {
"$className": "StarterGui",
"$path": "example/gui"
}
}
}

6 changes: 3 additions & 3 deletions wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name = "easy-games/chickynoid"
description = "A server-authoritative networking character controller for Roblox"
license = "MIT"
authors = ["MrChickenRocket"]
version = "0.1.3"
version = "0.1.4"

registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"

exclude = ["types", "example", "docs"]
# include = ["wally.toml", "build.project.json", "src"]
exclude = ["types", "example", "docs", "LICENSE", ".**", "**.json", "**.toml", "**.md", "**.lock"]
include = ["default.project.json", "wally.toml"]

[dependencies]

0 comments on commit 4417331

Please sign in to comment.