theo-michel commited on
Commit
5e1ef10
·
verified ·
1 Parent(s): e0e3625

Upload 57 files

Browse files
Files changed (3) hide show
  1. README.md +1 -11
  2. index.html +1 -1
  3. vite.config.js +0 -1
README.md CHANGED
@@ -1,11 +1 @@
1
- ---
2
- title: Shyguys
3
- emoji: 🦀
4
- colorFrom: red
5
- colorTo: pink
6
- sdk: docker
7
- pinned: false
8
- ---
9
-
10
-
11
- Clone the repository and run npm run dev
 
1
+ # ShyguysWingmanJS
 
 
 
 
 
 
 
 
 
 
index.html CHANGED
@@ -80,7 +80,7 @@
80
  </div>
81
  </div>
82
 
83
- <div class="debug-controls">
84
  <div class="game-controls">
85
  <button id="targetDoorBtn" class="debug-button">Target Door</button>
86
  <button id="targetGirlBtn" class="debug-button">Target Girl</button>
 
80
  </div>
81
  </div>
82
 
83
+ <div class="debug-controls" id="debugControls">
84
  <div class="game-controls">
85
  <button id="targetDoorBtn" class="debug-button">Target Door</button>
86
  <button id="targetGirlBtn" class="debug-button">Target Girl</button>
vite.config.js CHANGED
@@ -1,6 +1,5 @@
1
  export default {
2
  server: {
3
  open: true,
4
- allowedHosts: ['mistral-ai-game-jam-shyguys-2.hf.space']
5
  },
6
  };
 
1
  export default {
2
  server: {
3
  open: true,
 
4
  },
5
  };