Update readme

master
rubenwardy 2014-02-12 17:12:18 +00:00
parent e9c77b3275
commit fd6f1eee0b
1 changed files with 26 additions and 3 deletions

View File

@ -3,13 +3,12 @@ Node Box Editor
Use this editor to make nodeboxes for nodes in Minetest.
Version: 0.6.1-prop_wip
Version: 0.6.2
License
-------
Created by rubenwardy
Created by rubenwardy.
GPL 3.0 or later.
@ -19,3 +18,27 @@ Credits:
* Kaeza: small linux based fixes, and the start of the CMAKELISTS.txt (now modified)
* Traxie21: small changed textures for node.
* jmf: Fixed small compile bugs.
Using the editor
================
What actions you can take are limited by which mode you are in.
There is currently only one mode in this editor.
Node Box Mode
-------------
In this mode, you can edit the contents of a node.
* Click + on the sidebar to add a node box.
* Click an item in the listbox to select a node box.
* Click - on the sidebar to remove a selected node box.
* Size the node box using the handles in the orthographic viewports.
* Scale the node box by pressing control, and using the handles in the orthographic viewports.
* Position the node box by pressing shift, and using the handles in the orthographic viewports.
* Enter properties for a nodebox in the text boxes.
..* Click update to apply your changes.
..* Click revert to discard your changes, and get the current properties.