Skip to content

Commit

Permalink
Created new tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
neauoire committed Nov 7, 2015
1 parent 5270f34 commit 91455bc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
Binary file not shown.
14 changes: 5 additions & 9 deletions verdeciel/GameViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,11 @@ class GameViewController: UIViewController, SCNSceneRendererDelegate

touchOrigin = touchPosition

// player.eulerAngles.x += Float(degToRad(dragY/4))
// player.eulerAngles.y += Float(degToRad(dragX/4))
player.accelY += Float(degToRad(dragX/4))
player.accelX += Float(degToRad(dragY/4))

// ui.eulerAngles.x += Float(degToRad(dragY/4)) * 0.975
// ui.eulerAngles.y += Float(degToRad(dragX/4)) * 0.95
ui.accelX += Float(degToRad(dragY/4)) * 0.975
ui.accelY += Float(degToRad(dragX/4)) * 0.95
player.accelY += Float(degToRad(dragX/6))
player.accelX += Float(degToRad(dragY/6))

ui.accelX += Float(degToRad(dragY/6)) * 0.975
ui.accelY += Float(degToRad(dragX/6)) * 0.95

ui.updatePort()
}
Expand Down
24 changes: 12 additions & 12 deletions verdeciel/Todo
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@


================
* IGF
================

- Complete tutorial

- Take decent screenshots for IGF
- Make IGF build
- Make IGF Video

================
* GENRAL
================
Expand All @@ -22,6 +10,18 @@
- Add Bank location
- Shut off the suns
- Food mechanics(Hunger Points)
- Keep generating stars when approaching instances
- Add ship doodads
- Add space doodads
- Add floaty feels to the Player
- Unlock map port
- Unlock hatch panel
- Begin Valen quest
- Make harvest quest
- Telemetrists!?
- Remove IGF build blockers
- Install cloak quest
- Second battery quest

> Universe

Expand Down

0 comments on commit 91455bc

Please sign in to comment.