Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

DragonRuby Game Toolkit

An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By DragonRuby

VS Code tasks.json for the samples

A topic by connorshea created Apr 20, 2019 Views: 509
Viewing posts 1 to 1
(+3)

I put together a little tasks.json file for use with VS Code, it makes running the dragonruby samples a bit simpler because I'm lazy :)


You can add it to .vscode/tasks.json in the dragonruby folder and then open the Command Palette (Ctrl/Cmd + Shift + P), choose "Run task", and then choose your task :) Should work on macOS and Linux, not sure about Windows.

https://gist.github.com/connorshea/9c4a1bede810497957e3fec50949bd63 (gist because itch.io's code formatter doesn't like me)