Skip to content

Instantly share code, notes, and snippets.

View jonathanmuth's full-sized avatar

Jonathan Muth jonathanmuth

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jonathanmuth on github.
  • I am jonathanmuth (https://keybase.io/jonathanmuth) on keybase.
  • I have a public key ASDvVDCC5-uBVyuGNs5L5ZFhqPZsdhuq2vo-HPlaNEeGPgo

To claim this, I am signing this object:

@jonathanmuth
jonathanmuth / SassMeister-input.scss
Created March 17, 2017 11:22
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
$bp-0: 320;
$bp-1: 420;
$bp-2: 576;
$bp-3: 768;
$bp-4: 1024;
@jonathanmuth
jonathanmuth / bubletext.html
Created November 30, 2015 16:24
Alma Bubble
<!DOCTYPE html>
<html>
<head>
<style>
a[bubbletooltip]:link, a[bubbletooltip]:visited
{
text-decoration: none;
position: relative;
color : red;
@jonathanmuth
jonathanmuth / door.cfg
Last active August 29, 2015 14:04
Automatic Door
{
id: "door",
is_human: false,
editor_info: { category: "props_interactive" },
solid_dimensions: ["player", "interactive"],
on_collide_head: "if(collide_with_area = 'body', fire_event('open_door'))",
on_collide_feet: "if(collide_with_area = 'body', fire_event('open_door'))",