Skip to content

Commit

Permalink
move switch text so it's not blocking debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Sep 23, 2024
1 parent cec36cf commit b3afec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scenarios/grenadeIsland.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ export default async function runScenario(game: Game) {
fontSize: 20,
fill: 0xFFFFFF,
align: 'left',
}
},
});
timerText.position.set(20, 50);

staticController.on('inputEnd', (kind: InputKind) => {
if (kind !== InputKind.DebugSwitchWeapon) {
Expand Down

0 comments on commit b3afec5

Please sign in to comment.