Skip to content

Instantly share code, notes, and snippets.

View Pilvinen's full-sized avatar
🖕
Aspiring to heights

Poika Pilvimaa Pilvinen

🖕
Aspiring to heights
View GitHub Profile
@Pilvinen
Pilvinen / PixelTools.cs
Created June 13, 2020 23:55
Helpers for getting pixel sizes for Godot.
using System;
using System.Collections.Generic;
using Godot;
namespace Haikuchatclient {
public static class PixelTools {
// Find out message height in pixels.
// **********************************