Skip to content

Commit

Permalink
Updated to ACE-ULTRA style
Browse files Browse the repository at this point in the history
  • Loading branch information
shysolocup authored May 10, 2024
1 parent 5cddbf8 commit dc3d316
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/build/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hopefully once I get further into this I'll make a workflow that can actually automatically publish when I make a new version
2 changes: 2 additions & 0 deletions .github/hooks/post-checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
git submodule update --init --recursive
2 changes: 2 additions & 0 deletions .github/hooks/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
git submodule update --init --recursive
Empty file added .gitignore
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions default.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@

},

"Modules": { "$path": "Game/Workspace/Modules" },
"Scripts": { "$path": "Game/Workspace/Scripts" },

"Values": { "$path": "Game/Workspace/Values" },
"Scripts": { "$path": "Game/Workspace/Scripts" }
"Modules": { "$path": "Modules" },
"Values": { "$path": "Values" }
}
},

Expand Down

0 comments on commit dc3d316

Please sign in to comment.