add automatic build systems

This commit is contained in:
Reid 2023-07-27 22:57:20 -07:00
parent 0dfb98eaef
commit bf8f7186e7
11 changed files with 337 additions and 3 deletions

View file

@ -7,6 +7,9 @@ An in-dev game that I plan to make a shooter game out of.
— reidlab
# Setup
When you first setup this repository, you probably want to add your `.ROBLOSECURITY` cookie into the `.env` file for automatic deployment with [Mantle](https://mantledeploy.vercel.app/). You also should change the ID of the game.
# Hacks
* I get a strange error about private identifiers in [`./src/ReplicatedStorage/ecs/state.ts`](./src/ReplicatedStorage/ecs/state.ts)
* I decided to omit the "TS" folder from [`./default.project.json:40`](./default.project.json) due to the script override not working in Health.server.ts in StarterCharacterScripts.
@ -18,6 +21,8 @@ An in-dev game that I plan to make a shooter game out of.
#### Medium priority
* Crouching
* Animations
* Seperate dev&prod environments (maybe later??? the game is very early stage so idk)
* Migrate todo to somewhere else like the issues tab
##### Low priority
* Camera bobble
* Add the bound tags in [`./src/ReplicatedStorage/ecs/boundTags.ts`](./src/ReplicatedStorage/ecs/boundTags.ts)