Skip to content

Commit 153734f

Browse files
committed
fix some stuff in the README and add a .gitignore
1 parent 10b0ed8 commit 153734f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
target/
2+
3+
Cargo.lock
4+
saved_voxels.bin

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ To build and run the example map:
1414

1515
```
1616
GRAPHICS_BACKEND=metal
17-
cargo run --release --features amethyst/GRAPHICS_BACKEND,amethyst/no-slow-safety-checks -- assets/maps/example_map.ron
17+
cargo run --release --features amethyst/$GRAPHICS_BACKEND,amethyst/no-slow-safety-checks -- assets/maps/example_map.ron
1818
```
1919

2020
When you exit the app, a binary file "saved_voxels.bin" will contain the map you just created.
2121
You can load it back into the editor by setting `voxels_file_path: Some("saved_voxels.bin")` in "assets/maps/example_map.ron."
2222

23-
Control bindings can be found in assets/config/map_editor_bindings.ron.
23+
Control bindings can be found in "assets/config/map_editor_bindings.ron".
24+
25+
## Development
2426

2527
It's early days for this project. These features are currently supported:
2628

0 commit comments

Comments
 (0)