diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-22 07:34:58 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-22 07:34:58 -0400 |
commit | 9ef83aef829788a390bfd445ee46d4cfd031b032 (patch) | |
tree | c08880ae4b2093aa3f7fdb5be1c5b6e0cbfd119c | |
parent | 10ecf85f819a1f66a5e6ce44342594522425c6fc (diff) |
node-2d: Export align and vertical-align methods.
-rw-r--r-- | starling/node-2d.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starling/node-2d.scm b/starling/node-2d.scm index 257970e..64c8c26 100644 --- a/starling/node-2d.scm +++ b/starling/node-2d.scm @@ -128,6 +128,8 @@ <label> font text + align + vertical-align <tile-map> tile-map |