Make sprites for NAT entries with images

This commit is contained in:
2021-09-18 16:42:28 -06:00
parent 547dad9e66
commit b8372420f0
6 changed files with 83 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
package nat.components;
/**
* Entries can have multiple positions in different UIs/folders/whatever.
*/
typedef Positions = Map<String, {x:Float, y:Float, z:Float}>;