Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kihira on github.
  • I am kihira (https://keybase.io/kihira) on keybase.
  • I have a public key whose fingerprint is 40E9 44F0 388E 81D0 320E 3845 80E8 ED4C 83DE 853B

To claim this, I am signing this object:

@kihira
kihira / Score.cs
Last active October 19, 2015 08:38
using UnityEngine;
using System.Collections;
/// <summary>
/// Attach this script to any object that modifies the score on its death
/// </summary>
public class Score : MonoBehaviour {
public int score = 100;
using UnityEngine;
using System.Collections;
using Image = UnityEngine.UI.Image;
public class EventHandlerUI : MonoBehaviour {
public GameObject bulletPrefab;
public Color pausedColor;
// Use this for initialization