Skip to content

Instantly share code, notes, and snippets.

public class PrisonTile : Tile {
[SerializeField]
private Sprite[] prisonSprites;
[SerializeField]
private Sprite preview;
public override void GetTileData(Vector3Int position, ITilemap tilemap, ref TileData tileData)
{
#We need to import our 'requests' library/package in order to have the ability to make an HTTP call
import requests
def checkKey(dict, key):
# Original Logic
# if key in dict.keys():
# return True
# else:
# return False

Keybase proof

I hereby claim:

  • I am nothingalike on github.
  • I am kljohns (https://keybase.io/kljohns) on keybase.
  • I have a public key ASCg3MbFoCXJsEoUAqmn4ClNHL-n51YG9SepMvYthmDdjwo

To claim this, I am signing this object:

@nothingalike
nothingalike / _Simple_Cardano_Lite_Wallet.md
Last active October 14, 2021 13:00
Simple Cardano Lite Wallet

Warning

This is purely for demonstration purposes only.

Requirements

  • node v10+
  • cardano-cli
  • cardano-address

Setup

  1. create new folder
@nothingalike
nothingalike / Mint with CardanoSharp and Koios
Last active November 14, 2022 00:49
How to use Koios and CardanoSharp to Mint an NFT
We couldn’t find that file to show.