File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ target /
2
+
3
+ Cargo.lock
4
+ saved_voxels.bin
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ To build and run the example map:
14
14
15
15
```
16
16
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
18
18
```
19
19
20
20
When you exit the app, a binary file "saved_voxels.bin" will contain the map you just created.
21
21
You can load it back into the editor by setting ` voxels_file_path: Some("saved_voxels.bin") ` in "assets/maps/example_map.ron."
22
22
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
24
26
25
27
It's early days for this project. These features are currently supported:
26
28
You can’t perform that action at this time.
0 commit comments