Skip to content

Version 0.2 (January 21, 2016)

Charlie edited this page Jan 22, 2016 · 3 revisions

SETTING UP THE DRAWING BOARD

Table of Contents:

  1. [Game View Controller](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#game-view-controller)
  2. [Data Management](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#data-management)
  3. [Drawing Board Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.1-(January 21, 2016)#drawing-board-scene)
  4. [Menu Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#menu-scene)
  5. [IDKs Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#IDKs-scene)
  6. [Settings Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#settings-scene)
  7. [Help Scene](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#help-scene)
  8. [Physics Object](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#physics-object)
  9. [Assets.xcassets](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#help-scene)
  10. [Bugs and Other Issues](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#bugs-and-other-issues)
  11. [Forum](https://github.com/Ulthran/Physics-Breaker/wiki/Version-0.2-(January 21, 2016)#forum)

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

Clone this wiki locally