View PixelTools.cs
using System; | |
using System.Collections.Generic; | |
using Godot; | |
namespace Haikuchatclient { | |
public static class PixelTools { | |
// Find out message height in pixels. | |
// ********************************** |