Skip to content

Commit

Permalink
desperate attempt to avoid "no text in level intro world" bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuzzard committed Oct 12, 2023
1 parent e86866b commit 78a0b03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Game/Levels/AdvAddition.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Game.Levels.Implication
import Game.Levels.AdvAddition.L01ne_succ_self
import Game.Levels.AdvAddition.L02add_right_cancel
import Game.Levels.AdvAddition.L03add_left_cancel
Expand Down
2 changes: 0 additions & 2 deletions Game/Levels/Implication.lean
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Game.Levels.Addition
import Game.MyNat.PeanoAxioms -- `zero_ne_succ` and `succ_inj`
import Game.Levels.Implication.L01exact
import Game.Levels.Implication.L02exact2
import Game.Levels.Implication.L03apply
Expand Down
1 change: 0 additions & 1 deletion Game/Levels/Power.lean
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Game.Levels.Multiplication
import Game.Levels.Power.L01zero_pow_zero
import Game.Levels.Power.L02zero_pow_succ
import Game.Levels.Power.L03pow_one
Expand Down

0 comments on commit 78a0b03

Please sign in to comment.