Table of Contents

Namespace Squiggles.Core.Math

Classes

InventoryPosition

For some reason Vector2I is not working well for equating for a SortedDictionary in the Item system. This serves to replace the Vector2I in that case. Note that all comparisons of InventoryPositions are operating on the HashCode which is generated as an integer index for an imaginary container of size HASH_CODE_CONTAINER_SIZE, which currently is 128 HASH_CODE_CONTAINER_SIZE

See also Godot.Vector2I