From 575b8ce2722d23355b137905e39aaaed2436b0ce Mon Sep 17 00:00:00 2001 From: Simon Chiang Date: Fri, 23 Apr 2021 11:26:45 -0600 Subject: Fix typos in storyline text --- samples/99_genre_platformer/the_little_probe/app/main.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/99_genre_platformer/the_little_probe/app/main.rb') diff --git a/samples/99_genre_platformer/the_little_probe/app/main.rb b/samples/99_genre_platformer/the_little_probe/app/main.rb index 8fcf279..5c0ce61 100644 --- a/samples/99_genre_platformer/the_little_probe/app/main.rb +++ b/samples/99_genre_platformer/the_little_probe/app/main.rb @@ -33,7 +33,7 @@ class FallingCircle { text: "mission control, this is sasha. landing on europa successful.", distance_gate: 0 }, { text: "operation \"find earth 2.0\", initiated at 8-29-2036 14:00.", distance_gate: 0 }, { text: "jupiter's sure is beautiful...", distance_gate: 4000 }, - { text: "hmm, it seems there's some kind of anomoly in the sky", distance_gate: 7000 }, + { text: "hmm, it seems there's some kind of anomaly in the sky", distance_gate: 7000 }, { text: "dancing lights, i'll call them whisps.", distance_gate: 8000 }, { text: "#todo... look i ran out of time -_-", distance_gate: 9000 }, { text: "there's never enough time", distance_gate: 9000 }, -- cgit v1.2.3