Skip to content

Commit

Permalink
chore: color changed
Browse files Browse the repository at this point in the history
  • Loading branch information
monster-zero-sugar committed Jul 22, 2023
1 parent f54dd6c commit fde0c42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import '@/src/styles/style.css';

import { MyGLTFLoader, MyTextureLoader } from '@/src/setup/utils/Loader';
import { Performance } from '@/src/setup/utils/Performance';
import { WindowUtils } from '@/src/setup/utils/window.utils';
Expand All @@ -6,14 +8,11 @@ import { Timestamp } from '@/src/setup/utils/Timestamp';
import { Renderer, Camera, Scene } from '@/src/setup';
import { Player } from '@/src/first-person/Player';
import { Debug } from '@/src/setup/utils/common';

emulators.pathPrefix = './js-dos/';

import { GameBoy, Cartridge } from '@/src/game-boy/GameBoy';
import { Clock } from 'three';
import GUI from 'lil-gui';

import '@/src/styles/style.css';
import { GameBoy, Cartridge } from '@/src/game-boy/GameBoy';
emulators.pathPrefix = './js-dos/';

const aGLTF = new MyGLTFLoader();
const aIMAGE = new MyTextureLoader();
Expand Down
4 changes: 2 additions & 2 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ canvas {
}

body {
background-color: rgba(37, 33, 33, 0.89);
background-color: rgba(0, 0, 0, 0.73);
overflow: hidden;
}

Expand All @@ -15,7 +15,7 @@ body {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #2a1a1a;
color: rgba(0, 0, 0, 0.76);
font-size: 2rem;
font-family: sans-serif;
}

0 comments on commit fde0c42

Please sign in to comment.