GithubHelp home page GithubHelp logo

gensokian / fvtt-player-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from theripper93/fvtt-player-client

0.0 0.0 0.0 1.19 MB

License: MIT License

TypeScript 66.52% CSS 15.28% Makefile 0.56% HTML 17.63%

fvtt-player-client's Introduction

fvtt-player-client

wiki https://wiki.theripper93.com/free/vtt-desktop-client

Differences between this and theripper93's player client

Feature theripper93 omegarogue
Back to server select button in setup screen ✔️ ✔️
Back to server select button in login screen ✔️ ️ ✔️
Back to server select button in game ✔️

Customization

You can pre-configure and customize the client by editing the config.json file. From where the executable is located, you can find the config.json file by navigating to the resources/app folder. You can edit the file with any text editor.

Example config:

{
  "games": [
    {
      "name": "This is the name of my game",
      "url": "https://www.nintendo.com/games/detail/the-legend-of-zelda-breath-of-the-wild-switch"
    }
  ],
  "background": "https://images2.alphacoders.com/123/123862.jpg",
  "backgroundColor": "#000000",
  "textColor": "white",
  "accentColor": "green"
}

Getting data from localStorage to put into config.json

JSON.stringify({
    ...JSON.parse(window.localStorage.getItem("appConfig") || "{}"),
    games: JSON.parse(window.localStorage.getItem("gameList") || "[]")
})

fvtt-player-client's People

Contributors

omegarogue avatar theripper93 avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.