Version 0.2 (January 21, 2016) - Ulthran/Physics-Breaker GitHub Wiki
SETTING UP THE DRAWING BOARD
Table of Contents:
- [Game View Controller](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#game-view-controller)
- [Data Management](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#data-management)
- [Drawing Board Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.1-(January 21, 2016)#drawing-board-scene)
- [Menu Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#menu-scene)
- [IDKs Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#IDKs-scene)
- [Settings Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#settings-scene)
- [Help Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#help-scene)
- [Physics Object](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#physics-object)
- [Assets.xcassets](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#help-scene)
- [Bugs and Other Issues](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#bugs-and-other-issues)
- [Forum](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#forum)
Overview:
In this version the Drawing Board Scene has been added to the app with some functionality. When it is accessed from the Menu Scene, it displays a title, the "drawing board", a calculate button, and a side bar with the object categories displayed. When one of these categories is selected, the side bar changes to display the physics objects in this category. When one of these objects is selected, the object will then appear at the top left of the drawing board. This object can then be moved around and if it is placed outside of the bounds of the drawing board, it will disappear. The Physics Object class has been added to be instantiated whenever a new physics object has to be created on the drawing board.
Game View Controller:
- No changes
Data Management:
- No Changes
Drawing Board Scene:
- Added sidebar and sidebar items
- Added Drawing Board
- Added Menu button and Calculate button (calculate doesn't do anything yet)
- Created Physics Objects (SKSpriteNodes) that must remain in the boundaries of the Drawing Board
- Physics Objects can be dragged
Menu Scene:
- No changes
IDKs Scene:
- No changes
Settings Scene:
- No changes
Help Scene:
- No changes
Physics Object:
- Takes on the image that the calling method determines
- Originates at the top left of the Drawing Board
ASSETS.XCASSETS:
- All sizes of the App Icon (Imaginary Inc Logo with background removed)
- Imaginary Inc Logo (background removed) (doesn't include 2x & 3x)
- Launch Screen Background (doesn't include 2x & 3x)
- Volume-Mute (doesn't include 2x & 3x)
- Volume-1Bar (doesn't include 2x & 3x)
- Volume-3Bar (doesn't include 2x & 3x)
- Drawing Board Outline (doesn't include 2x & 3x)
- All Physics Objects Images(1x only)
BUGS AND OTHER ISSUES:
Confused Targets for Sidebar Buttons:
- Solved by creating new buttons for each sidebar that could appear
Forum:
- No changes