浏览代码

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(())
+}