GameWizards / anttris

A Project
MIT License
4 stars 0 forks source link

Refactor camera/view code #52

Open roguh opened 9 years ago

roguh commented 9 years ago

GridMan should be made a child of the root, GridView and CameraControl are similar enough to be merged as children of the Camera node

roguh commented 9 years ago

Actually, this input code could be entirely separated from the Camera node; instead the GridView+CameraControl script can use get_node("Camera")