Nettoyage de printemps

This commit is contained in:
Crom (Thibaut CHARLES) 2015-03-04 15:03:15 +01:00
parent 739d098072
commit 9009ee4ae6
16 changed files with 253 additions and 251 deletions

3
.gitignore vendored
View File

@ -17,3 +17,6 @@ ExportedObj/
*.user
*.unityproj
*.booproj
#Sublime
*.sublime-workspace

View File

@ -1,3 +1,6 @@
//Required Sublime Text plugins:
// - SublimeAStyleFormatter: https://github.com/timonwong/SublimeAStyleFormatter
//
{
"folders":
[
@ -7,8 +10,27 @@
"file_exclude_patterns":
[
"*.dll",
"*.meta"
"*.meta",
"*.csproj",
"*.sln"
],
"folder_exclude_patterns":
[
"Temp",
"Library"
]
}
]
],
"settings": {
"AStyleFormatter": {
"options_default": {
"autoformat_on_save": true,
"attach-namespaces": true,
"attach-classes": true,
"pad-oper": false,
"pad-header": false,
"unpad-paren": true
}
}
}
}

View File

@ -1,15 +0,0 @@
using UnityEngine;
using System.Collections;
public class NewBehaviourScript : MonoBehaviour {
CanvasGroup grp;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: da0f09705b89fa346b50f7e244179a80
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData: