Update project references from YOU_GET_CHEMO to chemo-sim in documentation
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
## Project Structure
|
||||
|
||||
```txt
|
||||
YOU_GET_CHEMO/
|
||||
chemo-sim/
|
||||
├── project.godot # Godot project config
|
||||
├── scenes/ # Game scenes (organized by system)
|
||||
│ ├── hospital/
|
||||
@@ -127,8 +127,8 @@ jobs:
|
||||
|
||||
```bash
|
||||
# Export all platforms locally
|
||||
godot --export-release Windows "build/windows/YOU_GET_CHEMO.exe"
|
||||
godot --export-release Linux "build/linux/YOU_GET_CHEMO.x86_64"
|
||||
godot --export-release Windows "build/windows/chemo-sim.exe"
|
||||
godot --export-release Linux "build/linux/chemo-sim.x86_64"
|
||||
```
|
||||
|
||||
### Rapid Testing
|
||||
|
||||
Reference in New Issue
Block a user