Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Oct 15, 2015
1 parent 4f50b38 commit 02a9d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ After you've done ```bower install```, you can build your development environmen

It will make a new folder in your root named ./nw (Version 0.12.0 of NodeWebkit will be fetched via curl(), that can take a while) - with all dependencies and configs installed for development use (so you dont have to build everytime).

When you dont use Sublime Text (see projectfile - buildsystems) use the commandline argument --devtools (-d) to get an "Open Devtools" Icon in the Toolbar.

##Building Docs
```grunt yuidoc``` generates Code documentation into ./docs (its in .gitignore)
*Not all Documented yet*
Expand Down
10 changes: 4 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@
<h1 style="margin-left: 10px;">Super Shotgun Launcher</h1>
</div>

<md-button ng-show="DEVELOPER" aria-label="Open DevTools" style="min-width: 50px;margin:0;" ng-click="openDevTools()"><i class="mdi mdi-code-not-equal-variant" style="font-size: 35px; margin-top: 8px;"><md-tooltip>Open DevTools</md-tooltip></i></md-button>

<md-button ng-show="config.active.oblige" aria-label="Open Oblige" style="min-width: 50px;margin:0;" ng-click="openOblige()"><i class="mdi mdi-map" style="font-size: 35px; margin-top: 8px;"><md-tooltip>Open Oblige</md-tooltip></i></md-button>

<md-button ng-show="config.online.client !== ''" aria-label="Open Multiplayer Client" style="min-width: 50px;margin:0;" ng-click="openMultiplayer()"><i class="mdi mdi-server-network" style="font-size: 35px; margin-top: 8px;"><md-tooltip>Opem Doomseeker</md-tooltip></i></md-button>

<md-menu>
Expand All @@ -46,11 +48,7 @@ <h1 style="margin-left: 10px;">Super Shotgun Launcher</h1>
<md-menu-item ng-click="showAboutDialog($event)">
<md-button>About</md-button>
</md-menu-item>

<md-menu-item ng-show="DEVELOPER">
<md-button ng-click="openDevTools()"><i class="mdi mdi-code-not-equal-variant"></i> Open DevTools</md-button>
</md-menu-item>


</md-menu-content>

</md-menu>
Expand Down

0 comments on commit 02a9d4c

Please sign in to comment.