Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
prosif committed Dec 30, 2024
1 parent c4beff9 commit 9473918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/games/testions/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { Asset, Game, GameNode, Colors, Shapes, ShapeUtils } = require('squish-0767');
const { Asset, Game, GameNode, Colors, Shapes, ShapeUtils } = require('squish-130');
const fs = require('fs');

const COLORS = Colors.COLORS;
Expand All @@ -8,7 +8,7 @@ class Testions extends Game {
return {
aspectRatio: {x: 16, y: 9},
author: 'Joseph Garcia',
squishVersion: '0767',
squishVersion: '130',
description: 'Take turns guessing how the other person would respond to questions. Upload your own JSON file with the green button.',
players: 2,
name: 'Testions',
Expand Down

0 comments on commit 9473918

Please sign in to comment.