Skip to content

Instantly share code, notes, and snippets.

View MartinKnopf's full-sized avatar
🏠
Mucho risky business

Martin Knopf MartinKnopf

🏠
Mucho risky business
View GitHub Profile
@MartinKnopf
MartinKnopf / constants.json
Last active January 4, 2018 10:49
raining_ballz_constants
{
"IOS_APP_ID": "???",
"ANDROID_APP_ID": "???",
"GAME_NAME": "Raining Ballz",
"TARGET_SCORE_FACTOR": "0.801",
"BOMBS_PROGRESSION": "0.25",
"MIN_SQUARES": "4",
"MAX_SQUARES_1": "5",
"MAX_SQUARES_2": "6",
"WEBSITE_URL": "http://www.flatbutton.co",
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
public class Class : MonoBehaviour {
void Start() {