Skip to content

Instantly share code, notes, and snippets.

@RabbidLnk
RabbidLnk / PlatformerAttempt1
Created October 26, 2018 12:24
Platformer Problem
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>" Basic Platofrmer Idea </title>
<script src="//cdn.jsdelivr.net/npm/phaser@3.11.0/dist/phaser.js"></script>
<style type="text/css">
body {
margin: 0;
}