Skip to content

Commit

Permalink
Made a jumper and a test scene to test it in
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haugstvedt authored and Daniel Haugstvedt committed Feb 19, 2016
1 parent 369d157 commit 6480156
Showing 4 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions SkijumpDeluxTerje.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -27,6 +27,8 @@
36DA72001C72513200503D30 /* SKTTimingFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DA71F41C72513200503D30 /* SKTTimingFunctions.swift */; };
36DA72011C72513200503D30 /* Vector3.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DA71F51C72513200503D30 /* Vector3.swift */; };
B0A22BA21C77A62C0023B2D6 /* Jumper.sks in Resources */ = {isa = PBXBuildFile; fileRef = B0A22BA11C77A62C0023B2D6 /* Jumper.sks */; };
B0A22BA41C77AD830023B2D6 /* TestJumperScene.sks in Resources */ = {isa = PBXBuildFile; fileRef = B0A22BA31C77AD830023B2D6 /* TestJumperScene.sks */; };
B0A22BA61C77B4060023B2D6 /* TestJumperScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0A22BA51C77B4060023B2D6 /* TestJumperScene.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
@@ -52,6 +54,8 @@
36DA71F41C72513200503D30 /* SKTTimingFunctions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SKTTimingFunctions.swift; sourceTree = "<group>"; };
36DA71F51C72513200503D30 /* Vector3.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Vector3.swift; sourceTree = "<group>"; };
B0A22BA11C77A62C0023B2D6 /* Jumper.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = Jumper.sks; sourceTree = "<group>"; };
B0A22BA31C77AD830023B2D6 /* TestJumperScene.sks */ = {isa = PBXFileReference; lastKnownFileType = file.sks; path = TestJumperScene.sks; sourceTree = "<group>"; };
B0A22BA51C77B4060023B2D6 /* TestJumperScene.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestJumperScene.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
@@ -85,6 +89,8 @@
isa = PBXGroup;
children = (
B0A22BA11C77A62C0023B2D6 /* Jumper.sks */,
B0A22BA31C77AD830023B2D6 /* TestJumperScene.sks */,
B0A22BA51C77B4060023B2D6 /* TestJumperScene.swift */,
364405211C72405000434AA1 /* AppDelegate.swift */,
364405251C72405000434AA1 /* GameScene.swift */,
364405271C72405000434AA1 /* GameViewController.swift */,
@@ -178,6 +184,7 @@
36DA71E81C724B8C00503D30 /* JumpingHillConstantNames.rtf in Resources */,
364405301C72405000434AA1 /* LaunchScreen.storyboard in Resources */,
3644052D1C72405000434AA1 /* Assets.xcassets in Resources */,
B0A22BA41C77AD830023B2D6 /* TestJumperScene.sks in Resources */,
B0A22BA21C77A62C0023B2D6 /* Jumper.sks in Resources */,
3644052B1C72405000434AA1 /* Main.storyboard in Resources */,
);
@@ -191,6 +198,7 @@
buildActionMask = 2147483647;
files = (
364405261C72405000434AA1 /* GameScene.swift in Sources */,
B0A22BA61C77B4060023B2D6 /* TestJumperScene.swift in Sources */,
36DA71F71C72513200503D30 /* CGPoint+Extensions.swift in Sources */,
36DA72001C72513200503D30 /* SKTTimingFunctions.swift in Sources */,
36DA71FF1C72513200503D30 /* SKTEffects.swift in Sources */,
Binary file modified SkijumpDeluxTerje/Jumper.sks
Binary file not shown.
Binary file added SkijumpDeluxTerje/TestJumperScene.sks
Binary file not shown.
14 changes: 14 additions & 0 deletions SkijumpDeluxTerje/TestJumperScene.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// TestJumperScene.swift
// SkijumpDeluxTerje
//
// Created by Daniel Haugstvedt on 19/02/16.
// Copyright © 2016 Daniel Haugstvedt. All rights reserved.
//


import SpriteKit

class TestJumperScene: SKScene {

}

0 comments on commit 6480156

Please sign in to comment.