Преглед на файлове

Added baseline for Tile Editor

This will be an actual utility for use in live instances, it will
basically be a list with Add, Edit, and Delete options for Tiles in a
TileIndex. (This will be useful as the game develops and new Tiles
needed to render things)
Apollo преди 3 седмици
родител
ревизия
0e49bb2bcd
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      examples/tile_editor.rs

+ 4 - 0
examples/tile_editor.rs

@@ -0,0 +1,4 @@
+
+fn main() -> Result<(), anyhow::Error> {
+    Ok(())
+}