diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-21 13:26:30 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-21 13:26:30 -0400 |
commit | 9b7e38746fd8fd645f5c766dab78fe331ebea47d (patch) | |
tree | 4c70fa3e5d0348fa8b0d91c7efd918d81feec470 | |
parent | 5c934bd482e5d230141fc2fdb7552214baa1d674 (diff) | |
download | ether-9b7e38746fd8fd645f5c766dab78fe331ebea47d.tar.gz ether-9b7e38746fd8fd645f5c766dab78fe331ebea47d.tar.bz2 ether-9b7e38746fd8fd645f5c766dab78fe331ebea47d.zip |
added new resources to xcode project
-rw-r--r-- | macOS/Ether.xcodeproj/project.pbxproj | 12 | ||||
-rw-r--r-- | macOS/Ether.xcodeproj/project.xcworkspace/xcuserdata/hatkirby.xcuserdatad/UserInterfaceState.xcuserstate | bin | 45018 -> 44765 bytes |
2 files changed, 12 insertions, 0 deletions
diff --git a/macOS/Ether.xcodeproj/project.pbxproj b/macOS/Ether.xcodeproj/project.pbxproj index 4a8219f..0b0aaac 100644 --- a/macOS/Ether.xcodeproj/project.pbxproj +++ b/macOS/Ether.xcodeproj/project.pbxproj | |||
@@ -10,6 +10,9 @@ | |||
10 | 6C0CDB7F27E7839D00F43B44 /* libSDL2_image-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; | 10 | 6C0CDB7F27E7839D00F43B44 /* libSDL2_image-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF127E76CA2005B65A5 /* libSDL2_image-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
11 | 6C0CDB8027E7839D00F43B44 /* libSDL2_ttf-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; | 11 | 6C0CDB8027E7839D00F43B44 /* libSDL2_ttf-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF327E76CA2005B65A5 /* libSDL2_ttf-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
12 | 6C0CDB8127E7839D00F43B44 /* libSDL2-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; | 12 | 6C0CDB8127E7839D00F43B44 /* libSDL2-2.0.0.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 6CD6FEF227E76CA2005B65A5 /* libSDL2-2.0.0.dylib */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
13 | 6C2BDDF127E8EBEF0023D2BD /* help.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C2BDDEF27E8EBEF0023D2BD /* help.png */; }; | ||
14 | 6C2BDDF227E8EBEF0023D2BD /* message.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C2BDDF027E8EBEF0023D2BD /* message.png */; }; | ||
15 | 6C2BDDF427E8EC630023D2BD /* feather.png in Resources */ = {isa = PBXBuildFile; fileRef = 6C2BDDF327E8EC630023D2BD /* feather.png */; }; | ||
13 | 6CD6FEBE27E76AE1005B65A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */; }; | 16 | 6CD6FEBE27E76AE1005B65A5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */; }; |
14 | 6CD6FEE027E76BCF005B65A5 /* animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECB27E76BCE005B65A5 /* animation.cpp */; }; | 17 | 6CD6FEE027E76BCF005B65A5 /* animation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECB27E76BCE005B65A5 /* animation.cpp */; }; |
15 | 6CD6FEE127E76BCF005B65A5 /* renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECC27E76BCE005B65A5 /* renderer.cpp */; }; | 18 | 6CD6FEE127E76BCF005B65A5 /* renderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6CD6FECC27E76BCE005B65A5 /* renderer.cpp */; }; |
@@ -63,6 +66,9 @@ | |||
63 | /* End PBXCopyFilesBuildPhase section */ | 66 | /* End PBXCopyFilesBuildPhase section */ |
64 | 67 | ||
65 | /* Begin PBXFileReference section */ | 68 | /* Begin PBXFileReference section */ |
69 | 6C2BDDEF27E8EBEF0023D2BD /* help.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = help.png; path = ../../../res/help.png; sourceTree = "<group>"; }; | ||
70 | 6C2BDDF027E8EBEF0023D2BD /* message.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = message.png; path = ../../../res/message.png; sourceTree = "<group>"; }; | ||
71 | 6C2BDDF327E8EC630023D2BD /* feather.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = feather.png; path = ../../../res/feather.png; sourceTree = "<group>"; }; | ||
66 | 6CD6FEB727E76AE0005B65A5 /* Ether.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ether.app; sourceTree = BUILT_PRODUCTS_DIR; }; | 72 | 6CD6FEB727E76AE0005B65A5 /* Ether.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ether.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | 73 | 6CD6FEBD27E76AE1005B65A5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
68 | 6CD6FEC227E76AE1005B65A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | 74 | 6CD6FEC227E76AE1005B65A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
@@ -209,6 +215,9 @@ | |||
209 | 6CD6FF0127E76DC7005B65A5 /* resources */ = { | 215 | 6CD6FF0127E76DC7005B65A5 /* resources */ = { |
210 | isa = PBXGroup; | 216 | isa = PBXGroup; |
211 | children = ( | 217 | children = ( |
218 | 6C2BDDF327E8EC630023D2BD /* feather.png */, | ||
219 | 6C2BDDEF27E8EBEF0023D2BD /* help.png */, | ||
220 | 6C2BDDF027E8EBEF0023D2BD /* message.png */, | ||
212 | 6CD6FF2F27E78218005B65A5 /* Master.bank */, | 221 | 6CD6FF2F27E78218005B65A5 /* Master.bank */, |
213 | 6CD6FF2E27E78218005B65A5 /* Master.strings.bank */, | 222 | 6CD6FF2E27E78218005B65A5 /* Master.strings.bank */, |
214 | 6CD6FF2627E780D3005B65A5 /* childoflight.txt */, | 223 | 6CD6FF2627E780D3005B65A5 /* childoflight.txt */, |
@@ -290,6 +299,7 @@ | |||
290 | 6CD6FF3127E78218005B65A5 /* Master.bank in Resources */, | 299 | 6CD6FF3127E78218005B65A5 /* Master.bank in Resources */, |
291 | 6CD6FF1B27E77D7B005B65A5 /* title1.png in Resources */, | 300 | 6CD6FF1B27E77D7B005B65A5 /* title1.png in Resources */, |
292 | 6CD6FF1927E77D7B005B65A5 /* player.png in Resources */, | 301 | 6CD6FF1927E77D7B005B65A5 /* player.png in Resources */, |
302 | 6C2BDDF427E8EC630023D2BD /* feather.png in Resources */, | ||
293 | 6CD6FF1627E77D7B005B65A5 /* runninbloods.png in Resources */, | 303 | 6CD6FF1627E77D7B005B65A5 /* runninbloods.png in Resources */, |
294 | 6CD6FF1427E77D7B005B65A5 /* lamp.png in Resources */, | 304 | 6CD6FF1427E77D7B005B65A5 /* lamp.png in Resources */, |
295 | 6CD6FF2827E780D3005B65A5 /* softsquare.ttf in Resources */, | 305 | 6CD6FF2827E780D3005B65A5 /* softsquare.ttf in Resources */, |
@@ -297,11 +307,13 @@ | |||
297 | 6CD6FF1227E77D7B005B65A5 /* title3.png in Resources */, | 307 | 6CD6FF1227E77D7B005B65A5 /* title3.png in Resources */, |
298 | 6CD6FF1827E77D7B005B65A5 /* read_instruction.png in Resources */, | 308 | 6CD6FF1827E77D7B005B65A5 /* read_instruction.png in Resources */, |
299 | 6CD6FF2927E780D3005B65A5 /* childoflight.txt in Resources */, | 309 | 6CD6FF2927E780D3005B65A5 /* childoflight.txt in Resources */, |
310 | 6C2BDDF127E8EBEF0023D2BD /* help.png in Resources */, | ||
300 | 6CD6FF1A27E77D7B005B65A5 /* title0.png in Resources */, | 311 | 6CD6FF1A27E77D7B005B65A5 /* title0.png in Resources */, |
301 | 6CD6FF1327E77D7B005B65A5 /* icon.png in Resources */, | 312 | 6CD6FF1327E77D7B005B65A5 /* icon.png in Resources */, |
302 | 6CD6FF1727E77D7B005B65A5 /* menu.png in Resources */, | 313 | 6CD6FF1727E77D7B005B65A5 /* menu.png in Resources */, |
303 | 6CD6FF2A27E780D3005B65A5 /* player_anim.txt in Resources */, | 314 | 6CD6FF2A27E780D3005B65A5 /* player_anim.txt in Resources */, |
304 | 6CD6FF1527E77D7B005B65A5 /* lighting.png in Resources */, | 315 | 6CD6FF1527E77D7B005B65A5 /* lighting.png in Resources */, |
316 | 6C2BDDF227E8EBEF0023D2BD /* message.png in Resources */, | ||
305 | ); | 317 | ); |
306 | runOnlyForDeploymentPostprocessing = 0; | 318 | runOnlyForDeploymentPostprocessing = 0; |
307 | }; | 319 | }; |
diff --git a/macOS/Ether.xcodeproj/project.xcworkspace/xcuserdata/hatkirby.xcuserdatad/UserInterfaceState.xcuserstate b/macOS/Ether.xcodeproj/project.xcworkspace/xcuserdata/hatkirby.xcuserdatad/UserInterfaceState.xcuserstate index 2771ea4..b700661 100644 --- a/macOS/Ether.xcodeproj/project.xcworkspace/xcuserdata/hatkirby.xcuserdatad/UserInterfaceState.xcuserstate +++ b/macOS/Ether.xcodeproj/project.xcworkspace/xcuserdata/hatkirby.xcuserdatad/UserInterfaceState.xcuserstate | |||
Binary files differ | |||