Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Crystal Beans from Dungeon Explorer/Object Direction: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
Line 1: Line 1:
{{subpage}}
The direction that an object is facing is represented as an enumeration of values.
The direction that an object is facing is represented as an enumeration of values.



Revision as of 14:57, 24 January 2024

This is a sub-page of Crystal Beans from Dungeon Explorer.

The direction that an object is facing is represented as an enumeration of values.

  • 0 = Up
  • 1 = Up-right
  • 2 = Right
  • 3 = Down-right
  • 4 = Down
  • 5 = Down-left
  • 6 = Left
  • 7 = Up-left