diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..97bbaac --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +all: lint build + +build: + tsc + +lint: + tslint --project . + +clean: + rm -f public/js/irreligious.js + +run: + firefox public/index.html diff --git a/public/css/debugger.css b/public/css/debugger.css new file mode 100644 index 0000000..b9946d2 --- /dev/null +++ b/public/css/debugger.css @@ -0,0 +1,10 @@ +#irreligious-game { + overflow: auto; +} +div.resource { + float: left; + border: 2px solid black; + margin-right: 5px; + margin-bottom: 5px; + padding: 5px 10px; +} diff --git a/public/index.html b/public/index.html index 0016c3d..11da3d2 100644 --- a/public/index.html +++ b/public/index.html @@ -6,5 +6,6 @@
+