GuyInGrey / AptitudeEngine

A 2D based, new technology using, game engine in C#.
https://guyingrey.github.io/
MIT License
0 stars 0 forks source link

Introduce transformation functionality to `AptObject`. #1

Closed dresswithpockets closed 7 years ago

dresswithpockets commented 7 years ago

New values

New functionality

dresswithpockets commented 7 years ago

Since there is functionality here that doesn't necessarily apply to the concept of an AptObject, we're segregating transform functionality to its own class Transform which will be instantiated by AptObject.

dresswithpockets commented 7 years ago

Functionality implemented in commits https://github.com/PhoenixGameDevelopmentTeam/AptitudeEngine/commit/4ffddb3771fd49de2ca875e9383974f752d396f6 and https://github.com/PhoenixGameDevelopmentTeam/AptitudeEngine/commit/07f82e303dc9305d82b8368647d1298cefb83a7b.