Keybase proof
I hereby claim:
- I am xeophin on github.
- I am xeophin (https://keybase.io/xeophin) on keybase.
- I have a public key ASCHEFqQgsWguBdpSoLOXie1uL1rObhrpx2kOCohEH7acAo
To claim this, I am signing this object:
Title: Fragen für Zielgruppe | |
Author: Kaspar Manz | |
Affiliation: xeophin.net/worlds | |
Date: 2014-04-11 | |
Modified: 2014-04-17 | |
BaseHeaderLevel: 2 | |
# TL;DR: Was für mich als Game-Designer interessant ist, die Kurzversion # | |
- Interessen / Hobbies (-> Um welches Thema soll sich das Spiel am Ende drehen?) |
I hereby claim:
To claim this, I am signing this object:
using UnityEngine; | |
using System.Reflection; | |
/// <summary> | |
/// Automatically provides a version number to a project and displays | |
/// it for 20 seconds at the start of the game. | |
/// </summary> | |
/// <remarks> | |
/// Change the first two number to update the major and minor version number. |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"> | |
<title>D3: Subselection Example</title> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script> | |
<style type="text/css"> | |
body { | |
font: 13px sans-serif; |
using UnityEngine; | |
using System.Collections; | |
/// <summary> | |
/// Automatically scales quality up or down based on the current framerate (average). | |
/// </summary> | |
/// | |
/// \author Kaspar Manz | |
/// \date 2014-03-10 | |
/// \version 1.0.0 |