Compare commits

...

4 commits

19 changed files with 64 additions and 6 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.png filter=lfs diff=lfs merge=lfs -text

7
.gitignore vendored
View file

@ -3,4 +3,9 @@
# Roblox Studio lock files
/*.rbxlx.lock
/*.rbxl.lock
/*.rbxl.lock
# Wally packages and lockfile
Packages
wally.lock

View file

@ -1,3 +1,4 @@
{
"stylua.targetReleaseVersion": "latest"
"stylua.targetReleaseVersion": "latest",
"github.copilot.inlineSuggest.enable": true
}

View file

@ -1,3 +1,5 @@
# fitter
a roblox clothing/outfit loader game customizable down to the bone
a roblox clothing/outfit loader game customizable down to the bone
peep the game on [roblox](https://www.roblox.com/games/17423881928/fitter)

BIN
assets/icons-black/palette.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-black/plus.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-black/settings.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-black/shirt.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-black/users.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-black/x.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-white/palette.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-white/plus.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-white/settings.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-white/shirt.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-white/users.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
assets/icons-white/x.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -4,9 +4,12 @@
"$className": "DataModel",
"ReplicatedStorage": {
"Common": {
"$path": "src/shared"
}
"Common": {
"$path": "src/shared"
},
"Packages": {
"$path": "Packages"
}
},
"ServerScriptService": {

1
selene.toml Normal file
View file

@ -0,0 +1 @@
std = "roblox"

9
wally.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "in/fitter"
version = "0.1.0"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
[dependencies]
fusion = "elttob/fusion@0.2.0"
topbarplus = "legitatx/topbarplus@3.0.5"