Skip to content

Commit

Permalink
Merge pull request #10 from CCDirectLink/electron
Browse files Browse the repository at this point in the history
Electron
  • Loading branch information
Vegita2 authored Dec 27, 2018
2 parents 5515ab3 + 7121fe7 commit 995ec5c
Show file tree
Hide file tree
Showing 19 changed files with 697 additions and 115 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
sudo: required
dist: trusty

language: node_js

if: tag IS present

before_install:
- cd webapp

matrix:
include:
- os: linux

node_js:
- "node"

cache:
directories:
- node_modules

install:
- npm install

script:
- npm run dist
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Discord Server](https://img.shields.io/discord/382339402338402315.svg?label=Discord%20Server)](https://discord.gg/SJmMZKy)
[![Discord Server](https://img.shields.io/discord/382339402338402315.svg?label=Discord%20Server)](https://discord.gg/SJmMZKy) [![Build Status](https://travis-ci.org/CCDirectLink/crosscode-map-editor.svg?branch=master)](https://travis-ci.org/CCDirectLink/crosscode-map-editor)

# CrossCode Map Editor


A Map Editor for the game [CrossCode](http://www.cross-code.com/en/home), build with [Angular](https://angular.io/) and [Phaser](https://phaser.io/).

![editor](https://user-images.githubusercontent.com/9483499/29732155-acc24a46-89e7-11e7-9500-7fd1066a01a0.png)
Expand Down
Loading

0 comments on commit 995ec5c

Please sign in to comment.