I hereby claim:
- I am jeffersonbenson on github.
- I am jbenson (https://keybase.io/jbenson) on keybase.
- I have a public key whose fingerprint is 711D 7F5A B0F7 A9AC 796C 490B 77F8 ED96 9CDC 669F
To claim this, I am signing this object:
| #!/bin/bash | |
| # update apt-get | |
| export DEBIAN_FRONTEND="noninteractive" | |
| sudo apt-get update | |
| # remove previously installed Docker | |
| sudo apt-get purge lxc-docker* | |
| sudo apt-get purge docker.io* |
| var game = new Phaser.Game(640, 640, Phaser.CANVAS, '', { preload: preload, create: create, update: update }); | |
| function preload() { | |
| //the first parameter is what we'll call it, the second is what it actually is. | |
| game.load.tilemap('map', 'Assets/Tilemaps/newSnow.json', null, Phaser.Tilemap.TILED_JSON); | |
| game.load.image('tileset', 'Assets/Tilemaps/snowTiles.png'); | |
| game.load.image('penguin', 'Assets/penguin.jpg'); | |
I hereby claim:
To claim this, I am signing this object: