diff --git a/Assets/Example/Scenes.meta b/Assets/Examples.meta similarity index 63% rename from Assets/Example/Scenes.meta rename to Assets/Examples.meta index 43ff9204..e27f5cef 100644 --- a/Assets/Example/Scenes.meta +++ b/Assets/Examples.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 01aa5d8be39a64aefa40bbe2bb40a9d1 +guid: 8a377917380804e64ac98abb2ce7ef57 folderAsset: yes DefaultImporter: userData: diff --git a/Assets/Examples/TheFacility.meta b/Assets/Examples/TheFacility.meta new file mode 100644 index 00000000..bf5d3bf2 --- /dev/null +++ b/Assets/Examples/TheFacility.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: e7d8b967e137646afb618912055dd8dc +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Examples/TheFacility/Fonts.meta b/Assets/Examples/TheFacility/Fonts.meta new file mode 100644 index 00000000..e92f9b14 --- /dev/null +++ b/Assets/Examples/TheFacility/Fonts.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 297fb1a1a43cf4406af0cea7b9d7f6b0 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Examples/TheFacility/Fonts/aleo.meta b/Assets/Examples/TheFacility/Fonts/aleo.meta new file mode 100644 index 00000000..923dcaa7 --- /dev/null +++ b/Assets/Examples/TheFacility/Fonts/aleo.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: e531080eb5cd64b42b268db2da02513f +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Examples/TheFacility/Fonts/aleo/Aleo-Regular.otf b/Assets/Examples/TheFacility/Fonts/aleo/Aleo-Regular.otf new file mode 100755 index 00000000..7c44d1f0 Binary files /dev/null and b/Assets/Examples/TheFacility/Fonts/aleo/Aleo-Regular.otf differ diff --git a/Assets/Examples/TheFacility/Fonts/aleo/Aleo-Regular.otf.meta b/Assets/Examples/TheFacility/Fonts/aleo/Aleo-Regular.otf.meta new file mode 100644 index 00000000..c4478d3a --- /dev/null +++ b/Assets/Examples/TheFacility/Fonts/aleo/Aleo-Regular.otf.meta @@ -0,0 +1,14 @@ +fileFormatVersion: 2 +guid: 43bce127d27b74a66a29b68d0de90ddb +TrueTypeFontImporter: + serializedVersion: 2 + fontSize: 16 + forceTextureCase: -2 + characterSpacing: 1 + characterPadding: 0 + includeFontData: 1 + use2xBehaviour: 0 + fontNames: [] + customCharacters: + fontRenderingMode: 0 + userData: diff --git a/Assets/Examples/TheFacility/Fonts/aleo/SIL Open Font License.txt b/Assets/Examples/TheFacility/Fonts/aleo/SIL Open Font License.txt new file mode 100755 index 00000000..b6d53861 --- /dev/null +++ b/Assets/Examples/TheFacility/Fonts/aleo/SIL Open Font License.txt @@ -0,0 +1,46 @@ +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). + +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. + +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. \ No newline at end of file diff --git a/Assets/Examples/TheFacility/Fonts/aleo/SIL Open Font License.txt.meta b/Assets/Examples/TheFacility/Fonts/aleo/SIL Open Font License.txt.meta new file mode 100644 index 00000000..00b69cbb --- /dev/null +++ b/Assets/Examples/TheFacility/Fonts/aleo/SIL Open Font License.txt.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: e09fa9e7c654d43cbb3b4c68ed8bb65a +TextScriptImporter: + userData: diff --git a/Assets/Examples/TheFacility/Prefabs.meta b/Assets/Examples/TheFacility/Prefabs.meta new file mode 100644 index 00000000..7b76494a --- /dev/null +++ b/Assets/Examples/TheFacility/Prefabs.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 216f492a9b9ea4a62946946b1f97212b +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Examples/TheFacility/Prefabs/CYOAChooseDialog.prefab b/Assets/Examples/TheFacility/Prefabs/CYOAChooseDialog.prefab new file mode 100644 index 00000000..084eb658 Binary files /dev/null and b/Assets/Examples/TheFacility/Prefabs/CYOAChooseDialog.prefab differ diff --git a/Assets/Examples/TheFacility/Prefabs/CYOAChooseDialog.prefab.meta b/Assets/Examples/TheFacility/Prefabs/CYOAChooseDialog.prefab.meta new file mode 100644 index 00000000..517c019c --- /dev/null +++ b/Assets/Examples/TheFacility/Prefabs/CYOAChooseDialog.prefab.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: f1eee15a132714adc82ac08c008b0cf0 +NativeFormatImporter: + userData: diff --git a/Assets/Examples/TheFacility/Prefabs/CYOASayDialog.prefab b/Assets/Examples/TheFacility/Prefabs/CYOASayDialog.prefab new file mode 100644 index 00000000..a1a3a391 Binary files /dev/null and b/Assets/Examples/TheFacility/Prefabs/CYOASayDialog.prefab differ diff --git a/Assets/Examples/TheFacility/Prefabs/CYOASayDialog.prefab.meta b/Assets/Examples/TheFacility/Prefabs/CYOASayDialog.prefab.meta new file mode 100755 index 00000000..badab203 --- /dev/null +++ b/Assets/Examples/TheFacility/Prefabs/CYOASayDialog.prefab.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: ab4b363f153c84318915d285f802490c +NativeFormatImporter: + userData: diff --git a/Assets/Examples/TheFacility/Sprites.meta b/Assets/Examples/TheFacility/Sprites.meta new file mode 100644 index 00000000..8a173a7d --- /dev/null +++ b/Assets/Examples/TheFacility/Sprites.meta @@ -0,0 +1,5 @@ +fileFormatVersion: 2 +guid: 4a64ed64595044d2c99094dd0a51d553 +folderAsset: yes +DefaultImporter: + userData: diff --git a/Assets/Examples/TheFacility/Sprites/Attribution.txt b/Assets/Examples/TheFacility/Sprites/Attribution.txt new file mode 100644 index 00000000..b10a396c --- /dev/null +++ b/Assets/Examples/TheFacility/Sprites/Attribution.txt @@ -0,0 +1,4 @@ +Creative Commons / Public Domain artwork used with permission. +Mnay thanks to the authors for sharing! + +http://commons.wikimedia.org/wiki/File:Oscar-Zero_Missile_Alert_Facility_launch_control.jpg#filelinks diff --git a/Assets/Examples/TheFacility/Sprites/Attribution.txt.meta b/Assets/Examples/TheFacility/Sprites/Attribution.txt.meta new file mode 100644 index 00000000..bccc5e98 --- /dev/null +++ b/Assets/Examples/TheFacility/Sprites/Attribution.txt.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: 76e39315b64144d3b86c1965e671eb4c +TextScriptImporter: + userData: diff --git a/Assets/Examples/TheFacility/Sprites/Vignette.psd b/Assets/Examples/TheFacility/Sprites/Vignette.psd new file mode 100755 index 00000000..36ba222e Binary files /dev/null and b/Assets/Examples/TheFacility/Sprites/Vignette.psd differ diff --git a/Assets/Examples/TheFacility/Sprites/Vignette.psd.meta b/Assets/Examples/TheFacility/Sprites/Vignette.psd.meta new file mode 100755 index 00000000..0e672ca4 --- /dev/null +++ b/Assets/Examples/TheFacility/Sprites/Vignette.psd.meta @@ -0,0 +1,48 @@ +fileFormatVersion: 2 +guid: 27d0a64e981a440409d1088e54b201c6 +TextureImporter: + fileIDToRecycleName: + 21300000: Vignette + serializedVersion: 2 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + linearTexture: 0 + correctGamma: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: .25 + normalMapFilter: 0 + isReadable: 0 + grayScaleToAlpha: 0 + generateCubemap: 0 + seamlessCubemap: 0 + textureFormat: -3 + maxTextureSize: 2048 + textureSettings: + filterMode: -1 + aniso: -1 + mipBias: -1 + wrapMode: -1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: .5, y: .5} + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spritePixelsToUnits: 100 + alphaIsTransparency: 1 + textureType: 8 + buildTargetSettings: [] + spriteSheet: + sprites: [] + spritePackingTag: + userData: diff --git a/Assets/Examples/TheFacility/TheFacility.unity b/Assets/Examples/TheFacility/TheFacility.unity new file mode 100644 index 00000000..e52166cb Binary files /dev/null and b/Assets/Examples/TheFacility/TheFacility.unity differ diff --git a/Assets/Examples/TheFacility/TheFacility.unity.meta b/Assets/Examples/TheFacility/TheFacility.unity.meta new file mode 100755 index 00000000..9f3e1b06 --- /dev/null +++ b/Assets/Examples/TheFacility/TheFacility.unity.meta @@ -0,0 +1,4 @@ +fileFormatVersion: 2 +guid: 60c66f283fbb34f3a8fab8abcb05ac44 +DefaultImporter: + userData: diff --git a/Assets/Example.meta b/Assets/Examples/TheHunter.meta similarity index 100% rename from Assets/Example.meta rename to Assets/Examples/TheHunter.meta diff --git a/Assets/Example/Audio.meta b/Assets/Examples/TheHunter/Audio.meta similarity index 100% rename from Assets/Example/Audio.meta rename to Assets/Examples/TheHunter/Audio.meta diff --git a/Assets/Example/Audio/UpATree.ogg b/Assets/Examples/TheHunter/Audio/UpATree.ogg similarity index 100% rename from Assets/Example/Audio/UpATree.ogg rename to Assets/Examples/TheHunter/Audio/UpATree.ogg diff --git a/Assets/Example/Audio/UpATree.ogg.meta b/Assets/Examples/TheHunter/Audio/UpATree.ogg.meta similarity index 100% rename from Assets/Example/Audio/UpATree.ogg.meta rename to Assets/Examples/TheHunter/Audio/UpATree.ogg.meta diff --git a/Assets/Example/Sprites.meta b/Assets/Examples/TheHunter/Sprites.meta similarity index 100% rename from Assets/Example/Sprites.meta rename to Assets/Examples/TheHunter/Sprites.meta diff --git a/Assets/Example/Sprites/Attribution.txt b/Assets/Examples/TheHunter/Sprites/Attribution.txt similarity index 100% rename from Assets/Example/Sprites/Attribution.txt rename to Assets/Examples/TheHunter/Sprites/Attribution.txt diff --git a/Assets/Example/Sprites/Attribution.txt.meta b/Assets/Examples/TheHunter/Sprites/Attribution.txt.meta similarity index 100% rename from Assets/Example/Sprites/Attribution.txt.meta rename to Assets/Examples/TheHunter/Sprites/Attribution.txt.meta diff --git a/Assets/Example/Sprites/Bear.png b/Assets/Examples/TheHunter/Sprites/Bear.png similarity index 100% rename from Assets/Example/Sprites/Bear.png rename to Assets/Examples/TheHunter/Sprites/Bear.png diff --git a/Assets/Example/Sprites/Bear.png.meta b/Assets/Examples/TheHunter/Sprites/Bear.png.meta similarity index 100% rename from Assets/Example/Sprites/Bear.png.meta rename to Assets/Examples/TheHunter/Sprites/Bear.png.meta diff --git a/Assets/Example/Sprites/BearHead.png b/Assets/Examples/TheHunter/Sprites/BearHead.png similarity index 100% rename from Assets/Example/Sprites/BearHead.png rename to Assets/Examples/TheHunter/Sprites/BearHead.png diff --git a/Assets/Example/Sprites/BearHead.png.meta b/Assets/Examples/TheHunter/Sprites/BearHead.png.meta similarity index 100% rename from Assets/Example/Sprites/BearHead.png.meta rename to Assets/Examples/TheHunter/Sprites/BearHead.png.meta diff --git a/Assets/Example/Sprites/Ciara.psd b/Assets/Examples/TheHunter/Sprites/Ciara.psd similarity index 100% rename from Assets/Example/Sprites/Ciara.psd rename to Assets/Examples/TheHunter/Sprites/Ciara.psd diff --git a/Assets/Example/Sprites/Ciara.psd.meta b/Assets/Examples/TheHunter/Sprites/Ciara.psd.meta similarity index 100% rename from Assets/Example/Sprites/Ciara.psd.meta rename to Assets/Examples/TheHunter/Sprites/Ciara.psd.meta diff --git a/Assets/Example/Sprites/CiaraHead.psd b/Assets/Examples/TheHunter/Sprites/CiaraHead.psd similarity index 100% rename from Assets/Example/Sprites/CiaraHead.psd rename to Assets/Examples/TheHunter/Sprites/CiaraHead.psd diff --git a/Assets/Example/Sprites/CiaraHead.psd.meta b/Assets/Examples/TheHunter/Sprites/CiaraHead.psd.meta similarity index 100% rename from Assets/Example/Sprites/CiaraHead.psd.meta rename to Assets/Examples/TheHunter/Sprites/CiaraHead.psd.meta diff --git a/Assets/Example/Sprites/DeepForest.jpg b/Assets/Examples/TheHunter/Sprites/DeepForest.jpg similarity index 100% rename from Assets/Example/Sprites/DeepForest.jpg rename to Assets/Examples/TheHunter/Sprites/DeepForest.jpg diff --git a/Assets/Example/Sprites/DeepForest.jpg.meta b/Assets/Examples/TheHunter/Sprites/DeepForest.jpg.meta similarity index 100% rename from Assets/Example/Sprites/DeepForest.jpg.meta rename to Assets/Examples/TheHunter/Sprites/DeepForest.jpg.meta diff --git a/Assets/Example/Sprites/SanctuaryForest.jpg b/Assets/Examples/TheHunter/Sprites/SanctuaryForest.jpg similarity index 100% rename from Assets/Example/Sprites/SanctuaryForest.jpg rename to Assets/Examples/TheHunter/Sprites/SanctuaryForest.jpg diff --git a/Assets/Example/Sprites/SanctuaryForest.jpg.meta b/Assets/Examples/TheHunter/Sprites/SanctuaryForest.jpg.meta similarity index 100% rename from Assets/Example/Sprites/SanctuaryForest.jpg.meta rename to Assets/Examples/TheHunter/Sprites/SanctuaryForest.jpg.meta diff --git a/Assets/Example/Sprites/Shay.psd b/Assets/Examples/TheHunter/Sprites/Shay.psd similarity index 100% rename from Assets/Example/Sprites/Shay.psd rename to Assets/Examples/TheHunter/Sprites/Shay.psd diff --git a/Assets/Example/Sprites/Shay.psd.meta b/Assets/Examples/TheHunter/Sprites/Shay.psd.meta similarity index 100% rename from Assets/Example/Sprites/Shay.psd.meta rename to Assets/Examples/TheHunter/Sprites/Shay.psd.meta diff --git a/Assets/Example/Sprites/ShayHead.psd b/Assets/Examples/TheHunter/Sprites/ShayHead.psd similarity index 100% rename from Assets/Example/Sprites/ShayHead.psd rename to Assets/Examples/TheHunter/Sprites/ShayHead.psd diff --git a/Assets/Example/Sprites/ShayHead.psd.meta b/Assets/Examples/TheHunter/Sprites/ShayHead.psd.meta similarity index 100% rename from Assets/Example/Sprites/ShayHead.psd.meta rename to Assets/Examples/TheHunter/Sprites/ShayHead.psd.meta diff --git a/Assets/Example/Sprites/Skipper.psd b/Assets/Examples/TheHunter/Sprites/Skipper.psd similarity index 100% rename from Assets/Example/Sprites/Skipper.psd rename to Assets/Examples/TheHunter/Sprites/Skipper.psd diff --git a/Assets/Example/Sprites/Skipper.psd.meta b/Assets/Examples/TheHunter/Sprites/Skipper.psd.meta similarity index 100% rename from Assets/Example/Sprites/Skipper.psd.meta rename to Assets/Examples/TheHunter/Sprites/Skipper.psd.meta diff --git a/Assets/Example/Sprites/SkipperHead.psd b/Assets/Examples/TheHunter/Sprites/SkipperHead.psd similarity index 100% rename from Assets/Example/Sprites/SkipperHead.psd rename to Assets/Examples/TheHunter/Sprites/SkipperHead.psd diff --git a/Assets/Example/Sprites/SkipperHead.psd.meta b/Assets/Examples/TheHunter/Sprites/SkipperHead.psd.meta similarity index 100% rename from Assets/Example/Sprites/SkipperHead.psd.meta rename to Assets/Examples/TheHunter/Sprites/SkipperHead.psd.meta diff --git a/Assets/Example/Sprites/Waterfall.jpg b/Assets/Examples/TheHunter/Sprites/Waterfall.jpg similarity index 100% rename from Assets/Example/Sprites/Waterfall.jpg rename to Assets/Examples/TheHunter/Sprites/Waterfall.jpg diff --git a/Assets/Example/Sprites/Waterfall.jpg.meta b/Assets/Examples/TheHunter/Sprites/Waterfall.jpg.meta similarity index 100% rename from Assets/Example/Sprites/Waterfall.jpg.meta rename to Assets/Examples/TheHunter/Sprites/Waterfall.jpg.meta diff --git a/Assets/Example/Sprites/WaterfallForest.jpg b/Assets/Examples/TheHunter/Sprites/WaterfallForest.jpg similarity index 100% rename from Assets/Example/Sprites/WaterfallForest.jpg rename to Assets/Examples/TheHunter/Sprites/WaterfallForest.jpg diff --git a/Assets/Example/Sprites/WaterfallForest.jpg.meta b/Assets/Examples/TheHunter/Sprites/WaterfallForest.jpg.meta similarity index 100% rename from Assets/Example/Sprites/WaterfallForest.jpg.meta rename to Assets/Examples/TheHunter/Sprites/WaterfallForest.jpg.meta diff --git a/Assets/Example/Scenes/Example.unity b/Assets/Examples/TheHunter/TheHunter.unity similarity index 100% rename from Assets/Example/Scenes/Example.unity rename to Assets/Examples/TheHunter/TheHunter.unity diff --git a/Assets/Example/Scenes/Example.unity.meta b/Assets/Examples/TheHunter/TheHunter.unity.meta similarity index 100% rename from Assets/Example/Scenes/Example.unity.meta rename to Assets/Examples/TheHunter/TheHunter.unity.meta diff --git a/Assets/Fungus/Dialog/Commands/SetBackground.cs b/Assets/Fungus/Dialog/Commands/SetBackground.cs index a18aaf1f..7629d4de 100644 --- a/Assets/Fungus/Dialog/Commands/SetBackground.cs +++ b/Assets/Fungus/Dialog/Commands/SetBackground.cs @@ -4,7 +4,7 @@ using System.Collections; namespace Fungus { - [CommandInfo("Camera", + [CommandInfo("Dialog", "Set Background", "Draws a fullscreen background texture using a Background UI object.")] public class SetBackground : Command @@ -35,7 +35,7 @@ namespace Fungus public override Color GetButtonColor() { - return new Color32(216, 228, 170, 255); + return new Color32(184, 210, 235, 255); } }