Forked from Captain Anonymous's Pen gpOONw.
Forked from Captain Anonymous's Pen gpOONw.
Forked from Captain Anonymous's Pen gpOONw.
{"lastUpload":"2020-03-03T10:38:46.988Z","extensionVersion":"v3.4.3"} |
var express = require('express'), | |
httpProxy = require('http-proxy'), | |
app = express(); | |
var proxy = new httpProxy.RoutingProxy(); | |
function apiProxy(host, port) { | |
return function(req, res, next) { | |
if(req.url.match(new RegExp('^\/api\/'))) { | |
proxy.proxyRequest(req, res, {host: host, port: port}); |
// repositions the gunmodel TO mimic CSS more closely. | |
viewmodel_fov "65" | |
viewmodel_offset_x "2" | |
viewmodel_offset_y "2" | |
viewmodel_offset_z "-2" | |
// removes the shifting of the arm WHEN crouching down. | |
cl_viewmodel_shift_left_amt "0" |
import React from "react"; | |
import { render } from "react-dom"; | |
import Svg from "./Svg"; | |
const styles = { | |
fontFamily: "sans-serif", | |
textAlign: "center", | |
fontSize: "16px" | |
}; |
import React from "react"; | |
import PropTypes from "prop-types"; | |
import sprite from "./assets/sprite.svg"; | |
const defaultStyle = { | |
fill: "#000", | |
width: "25px", | |
height: "25px" | |
}; |
Forked from Captain Anonymous's Pen gpOONw.
Forked from Captain Anonymous's Pen gpOONw.
Forked from Captain Anonymous's Pen gpOONw.
I hereby claim:
To claim this, I am signing this object: