Make sprites for NAT entries with images
This commit is contained in:
6
src/nat/components/Positions.hx
Normal file
6
src/nat/components/Positions.hx
Normal 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}>;
|
||||||
Reference in New Issue
Block a user