RationalG

Results 3 issues of RationalG

I am running extraterm installed from the latest deb. package (found here https://storage.googleapis.com/extraterm_builds/index.html while reading #228 ) and the 'show' command doesn't show up. The 'from' command is working well...

MonoGame v3.8 Tiled v1.7.1 I have a problem with rendering an isometric .tmx map into Monogame. Here is the map rendered in Tiled : ![inTiled](https://user-images.githubusercontent.com/1936748/127730535-5a019a2f-9204-4942-bcdb-6356fa173490.png) Here is the map rendered...

This is the webpack config file I am using : ``` var webpack = require('webpack'); var path = require('path'); const TerserPlugin = require('terser-webpack-plugin'); module.exports = { mode: 'production', entry: './src/index.ts',...