Skip to content

Commit

Permalink
Muitas mudanças
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Feb 22, 2018
1 parent 99a56a9 commit 5cb96f0
Show file tree
Hide file tree
Showing 555 changed files with 6,072 additions and 601 deletions.
56 changes: 56 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"files.exclude":
{
"**/.DS_Store":true,
"**/.git":true,
"**/.gitignore":true,
"**/.gitmodules":true,
"**/*.booproj":true,
"**/*.pidb":true,
"**/*.suo":true,
"**/*.user":true,
"**/*.userprefs":true,
"**/*.unityproj":true,
"**/*.dll":true,
"**/*.exe":true,
"**/*.pdf":true,
"**/*.mid":true,
"**/*.midi":true,
"**/*.wav":true,
"**/*.gif":true,
"**/*.ico":true,
"**/*.jpg":true,
"**/*.jpeg":true,
"**/*.png":true,
"**/*.psd":true,
"**/*.tga":true,
"**/*.tif":true,
"**/*.tiff":true,
"**/*.3ds":true,
"**/*.3DS":true,
"**/*.fbx":true,
"**/*.FBX":true,
"**/*.lxo":true,
"**/*.LXO":true,
"**/*.ma":true,
"**/*.MA":true,
"**/*.obj":true,
"**/*.OBJ":true,
"**/*.asset":true,
"**/*.cubemap":true,
"**/*.flare":true,
"**/*.mat":true,
"**/*.meta":true,
"**/*.prefab":true,
"**/*.unity":true,
"build/":true,
"Build/":true,
"Library/":true,
"library/":true,
"obj/":true,
"Obj/":true,
"ProjectSettings/":true,
"temp/":true,
"Temp/":true
}
}
123 changes: 123 additions & 0 deletions Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LangVersion>4</LangVersion>
</PropertyGroup>
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace></RootNamespace>
<ProjectGuid>{77E8CDDB-1CAE-4A03-DAF1-2D414EA5E4D8}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<AssemblyName>Assembly-CSharp</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_1_0;UNITY_2017_1;UNITY_2017;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Demigiant\DOTween\Examples\Basics.cs" />
<Compile Include="Assets\Demigiant\DOTween\Examples\Sequences.cs" />
<Compile Include="Assets\Scripts\ButtonScript.cs" />
<Compile Include="Assets\Scripts\ControleRendimento.cs" />
<Compile Include="Assets\Scripts\CriadorDeObjetos.cs" />
<Compile Include="Assets\Scripts\HistoryScript.cs" />
<Compile Include="Assets\Scripts\New Scripts\BadObjects.cs" />
<Compile Include="Assets\Scripts\New Scripts\FlyingObjects.cs" />
<Compile Include="Assets\Scripts\New Scripts\GoodObjects.cs" />
<Compile Include="Assets\Scripts\New Scripts\LevelManager.cs" />
<Compile Include="Assets\Scripts\New Scripts\Menu\MenuButtons.cs" />
<Compile Include="Assets\Scripts\New Scripts\ObjectCreator.cs" />
<Compile Include="Assets\Scripts\New Scripts\PlayerController.cs" />
<Compile Include="Assets\Scripts\New Scripts\ScriptableObjects\LevelData.cs" />
<Compile Include="Assets\Scripts\New Scripts\ScriptableObjects\PlayerAttributes.cs" />
<Compile Include="Assets\Scripts\New Scripts\TouchArea.cs" />
<Compile Include="Assets\Scripts\ObjetosPegaveis.cs" />
<Compile Include="Assets\Scripts\Player_Controler.cs" />
<Compile Include="Assets\Scripts\RendimentoBarra.cs" />
<Compile Include="Assets\Scripts\TextControler.cs" />
<Compile Include="Assets\Scripts\UpdateSceaneScript.cs" />
<None Include="Assets\Demigiant\DOTween\readme.txt" />
<None Include="Assets\Demigiant\DOTween\DOTween50.xml" />
<None Include="Assets\Demigiant\DOTween\DOTween46.xml" />
<None Include="Assets\Demigiant\DOTween\DOTween43.xml" />
<None Include="Assets\Fontes\Terms of Use End User Lisence Agreement.txt" />
<Reference Include="UnityEngine.UI">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TestRunner">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Timeline">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.HoloLens">
<HintPath>C:/Program Files/Unity2017.1.0f3/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
</Reference>
<Reference Include="DOTween">
<HintPath>C:/Users/pedro/Desktop/Projects/Aula-vs-Dormir/Assets/Demigiant/DOTween/DOTween.dll</HintPath>
</Reference>
<Reference Include="DOTween43">
<HintPath>C:/Users/pedro/Desktop/Projects/Aula-vs-Dormir/Assets/Demigiant/DOTween/DOTween43.dll</HintPath>
</Reference>
<Reference Include="DOTween46">
<HintPath>C:/Users/pedro/Desktop/Projects/Aula-vs-Dormir/Assets/Demigiant/DOTween/DOTween46.dll</HintPath>
</Reference>
<Reference Include="DOTween50">
<HintPath>C:/Users/pedro/Desktop/Projects/Aula-vs-Dormir/Assets/Demigiant/DOTween/DOTween50.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->

</Project>
9 changes: 9 additions & 0 deletions Assets/Animations.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Animations/Cursor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Cursor/BadClick.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Cursor/BadClick.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Cursor/BadTouch.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Cursor/BadTouch.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Cursor/ClickAnimation.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Cursor/GoodTouch.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Cursor/GoodTouch.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Explosion.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Explosion.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Explosion_act.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Explosion_act.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Explosion_blank.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Explosion_blank.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Plus 1.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Plus 1.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Plus.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Plus.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Plus_act.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Plus_act.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Plus_blank.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Plus_blank.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions Assets/Animations/UI.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/UI/b_tutorial.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/UI/b_tutorial.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/UI/begin_text_appear.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/UI/begin_text_appear.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/UI/begin_text_blank.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/UI/begin_text_blank.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/UI/text_begin.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/UI/text_begin.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/UI/text_end.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/UI/text_end.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/Wrong_act.anim
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/Wrong_act.anim.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/transition.controller
Binary file not shown.
9 changes: 9 additions & 0 deletions Assets/Animations/transition.controller.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Assets/Animations/transition_off.anim
Binary file not shown.
Loading

0 comments on commit 5cb96f0

Please sign in to comment.