Skip to content

Commit

Permalink
Added add-file button
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Lidholt committed May 21, 2013
1 parent a5518bf commit 0511aa7
Show file tree
Hide file tree
Showing 4 changed files with 264 additions and 31 deletions.
4 changes: 4 additions & 0 deletions CocosBuilder/CocosBuilder.xcodeproj/project.pbxproj
Expand Up @@ -448,6 +448,7 @@
E39B63A11587E56D009BDE38 /* seq-row-0-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = E39B639E1587E56D009BDE38 /* seq-row-0-bg.png */; };
E39B63A21587E56D009BDE38 /* seq-row-1-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = E39B639F1587E56D009BDE38 /* seq-row-1-bg.png */; };
E39B63A31587E56D009BDE38 /* seq-row-n-bg.png in Resources */ = {isa = PBXBuildFile; fileRef = E39B63A01587E56D009BDE38 /* seq-row-n-bg.png */; };
E39C917B174C134C00092BD1 /* toolbar-btn-add.png in Resources */ = {isa = PBXBuildFile; fileRef = E39C917A174C134C00092BD1 /* toolbar-btn-add.png */; };
E3A0ED52158FE3AB000BDF4B /* btn-dropdown.png in Resources */ = {isa = PBXBuildFile; fileRef = E3A0ED51158FE3AB000BDF4B /* btn-dropdown.png */; };
E3A0ED55158FEAC0000BDF4B /* btn-dropdown-arrows.png in Resources */ = {isa = PBXBuildFile; fileRef = E3A0ED54158FEAC0000BDF4B /* btn-dropdown-arrows.png */; };
E3A0ED57159118F3000BDF4B /* SequencerSettingsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = E3A0ED56159118F3000BDF4B /* SequencerSettingsWindow.xib */; };
Expand Down Expand Up @@ -1598,6 +1599,7 @@
E39B639E1587E56D009BDE38 /* seq-row-0-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "seq-row-0-bg.png"; sourceTree = "<group>"; };
E39B639F1587E56D009BDE38 /* seq-row-1-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "seq-row-1-bg.png"; sourceTree = "<group>"; };
E39B63A01587E56D009BDE38 /* seq-row-n-bg.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "seq-row-n-bg.png"; sourceTree = "<group>"; };
E39C917A174C134C00092BD1 /* toolbar-btn-add.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "toolbar-btn-add.png"; sourceTree = "<group>"; };
E3A0ED51158FE3AB000BDF4B /* btn-dropdown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "btn-dropdown.png"; sourceTree = "<group>"; };
E3A0ED54158FEAC0000BDF4B /* btn-dropdown-arrows.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "btn-dropdown-arrows.png"; sourceTree = "<group>"; };
E3A0ED56159118F3000BDF4B /* SequencerSettingsWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SequencerSettingsWindow.xib; sourceTree = "<group>"; };
Expand Down Expand Up @@ -2309,6 +2311,7 @@
776041F01498FD630078095D /* GUI */ = {
isa = PBXGroup;
children = (
E39C917A174C134C00092BD1 /* toolbar-btn-add.png */,
E3748302171F83A300486659 /* editor-jump.png */,
E388FD18171F03C7002548ED /* editor-border.png */,
E3C12B1E171E0DE7001EEDDB /* editor-check.png */,
Expand Down Expand Up @@ -4710,6 +4713,7 @@
E3C12B1F171E0DE7001EEDDB /* editor-check.png in Resources */,
E388FD19171F03C7002548ED /* editor-border.png in Resources */,
E3748303171F83A300486659 /* editor-jump.png in Resources */,
E39C917B174C134C00092BD1 /* toolbar-btn-add.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file added CocosBuilder/Resources/toolbar-btn-add.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CocosBuilder/Resources/toolbar-btn-add.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0511aa7

Please sign in to comment.