This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
// React Arrow Function Component | |
"React Arrow Function Component": { | |
"prefix": "affc", | |
"body": [ | |
"export const ${0:${TM_FILENAME_BASE/(\\w)(\\w*)|(\\W)/${1:/upcase}${2:/downcase}/g}} = () => {", | |
" return ( $3 )", | |
"}", | |
], | |
"description": "Creates a React Arrow Function Component" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Workbench Settings | |
"workbench.startupEditor": "newUntitledFile", | |
"workbench.editor.labelFormat": "short", | |
"workbench.activityBar.location": "default", | |
"workbench.iconTheme": "symbols", | |
"workbench.editor.enablePreview": false, | |
"workbench.tree.indent": 12, | |
"workbench.editor.empty.hint": "hidden", | |
"workbench.productIconTheme": "fluent-icons", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using System.Collections; | |
using UnityEngine.SocialPlatforms; | |
using UnityEngine.SocialPlatforms.GameCenter; | |
public class GameCenter : MonoBehaviour { | |
static ILeaderboard m_Leaderboard; | |
public int highScoreInt = 1000; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<!-- Favicons Start --> | |
<!-- In case image.ico --> | |
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>CSS 3D WORLD · CodePen</title> | |
<link rel="stylesheet" href="http://jsdo.it/GeckoTang/2W7f/css"> |