Skip to content

Commit

Permalink
- Reldens - v4.0.0-beta.29
Browse files Browse the repository at this point in the history
- Merge pull request #229 from damian-pastorini/v4.0.0-beta.29
  • Loading branch information
damian-pastorini authored Dec 1, 2023
2 parents 992cad3 + 9af996c commit 952cb3c
Show file tree
Hide file tree
Showing 80 changed files with 4,483 additions and 2,750 deletions.
109 changes: 0 additions & 109 deletions .env.dist

This file was deleted.

5 changes: 1 addition & 4 deletions client.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
/**
*
* Reldens - Client
*
* Client main class shortcut.
* Reldens - GameManager
*
*/

// transpile and polyfill:
require('core-js/stable');
require('regenerator-runtime/runtime');

// client game manager class:
const { GameManager } = require('./lib/game/client/game-manager');

module.exports.GameManager = GameManager;
Binary file added install/assets/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/assets/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/assets/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/assets/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/assets/web/favicon.ico
Binary file not shown.
Binary file added install/assets/web/loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/assets/web/reldens-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added install/assets/web/reldens-your-logo-mage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 952cb3c

Please sign in to comment.