Add WASD camera movement.

This commit is contained in:
KillzXGaming 2019-04-20 19:07:52 -04:00
parent 0c9d9853d8
commit d0c176bf13
7 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -77,7 +77,7 @@ namespace FirstPlugin
void ParseBymlFirstNode()
{
TreeNode root = new TreeNode("root");
TreeNode root = new TreeNode(FileName);
root.Tag = byml;
treeView1.Nodes.Add(root);
treeView1.SelectedNode = root;

Binary file not shown.

Binary file not shown.