Skip to content

Instantly share code, notes, and snippets.

View birabittoh's full-sized avatar
🏠
Working from home

Marco Andronaco birabittoh

🏠
Working from home
View GitHub Profile
@birabittoh
birabittoh / Conductor.cs
Last active March 23, 2021 18:05 — forked from Starpelly/Conductor.cs
Simple metronome for Rhythm Games
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Conductor : MonoBehaviour
{
public float bpm = 120;
public float secPerBeat;
public float songPosition;
@birabittoh
birabittoh / Udongein.html
Last active February 2, 2021 19:02 — forked from jaysn/Udongein.html
Reisen Udongein html table
<html>
<head>
<style>
.pixel-table {
border: 0;
border-spacing: 0;
}
.pixel-height {
height: 7px;