]> git.lizzy.rs Git - nothing.git/commitdiff
(#176) Finish off Objects Reference section
authorrexim <reximkut@gmail.com>
Sun, 14 Oct 2018 17:01:52 +0000 (00:01 +0700)
committerrexim <reximkut@gmail.com>
Sun, 14 Oct 2018 17:01:52 +0000 (00:01 +0700)
README.md

index 768700862bf20bddfd71182c3e7dc57678d0e1d6..512ebf66ae6cefc35d83f82e7ff79a9f8218c5ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ All of the levels reside in the [./levels/] folder. Use
 
 ### Objects Reference
 
-#### <rect/>
+#### SVG rect node
 
 | Regex of id  | Description                                                                                                       |
 |--------------|-------------------------------------------------------------------------------------------------------------------|
@@ -59,9 +59,11 @@ All of the levels reside in the [./levels/] folder. Use
 | `background` | Defines the **color** of the background. **Position and size are ignored**.                                       |
 | `backrect.*` | Defines the **size** and **position** of a solid block in the background.                                         |
 
-#### <text/>
+#### SVG text node
 
-- `id="label.*"`
+| Regex of id | Description                                                                |
+|-------------|----------------------------------------------------------------------------|
+| `label.*`   | Defines **position** and **text** of a in-game label. **Size is ignored**. |
 
 ## Build on Windows