RationalG
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 :  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',...