Skip to content

Commit

Permalink
TPC update coming soon
Browse files Browse the repository at this point in the history
Here's a spoiler: me and K are remaking every level
  • Loading branch information
IonutParau committed Aug 18, 2023
1 parent fcfe094 commit e3e4214
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions lib/layout/other/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,11 @@ import 'package:fluent_ui/fluent_ui.dart'
import 'package:the_puzzle_cell/logic/logic.dart';
import 'package:the_puzzle_cell/utils/ScaleAssist.dart';

String currentVersion = '2.3.0.1 Configurable QuickFix 1';
String currentVersion = '2.3.1.0 Configurable';

final List<String> changes = [
"QuickFix: Fixed skin textures being out of date",
"QuickFix: Deleted Test-Mod",
"QuickFix: Fixed a problem with the description of Anti-Generators",
"Made generators faster with an amazing optimization",
"QuickFix: Made generators not commit die",
"QuickFix: Made multiplayer pasting not broken",
"QuickFix: Changed order of subticks so Releaser can work better",
"QuickFix: Fixed VX implementation being horribly bugged",
"QuickFix: Made the modding API not add subticks AFTER time reset",
"Reworked rendering and the background image to make it extremely much faster",
"QuickFix: Fixed several modding API problems",
"Reworked how TPC puzzle movement are computed",
"Fixed VX implementation being bugged and made it more up-to-date",
];

IconData getTrailing(String change) {
Expand Down

0 comments on commit e3e4214

Please sign in to comment.