Skip to content

Commit

Permalink
bump version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleactii committed Feb 9, 2024
1 parent 1400641 commit 24a061e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/core.min.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core",
"version": "1.5.0",
"version": "1.6.0",
"description": "The Core module is a versatile collection of specialized modules designed to enhance the game development experience.",
"main": "dist/core.min.mjs",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ class CoreEngine {
export const Core = new CoreEngine();

const pluginName = `Core@v${Core.version}`;
const backgroundColor = '#435058'; // Dark navy blue
const backgroundColor = '#274472'; // Dark navy blue
const color = '#fff'; // White text color
const fontFamily = 'Arial, sans-serif';
const borderLeft = '5px solid #dcf763';
const borderLeft = '5px solid #BFD7ED';

const logStyle = `
background-color: ${backgroundColor};
Expand Down

0 comments on commit 24a061e

Please sign in to comment.