summaryrefslogtreecommitdiffhomepage
path: root/samples/99_genre_platformer/the_little_probe/app/main.rb
diff options
context:
space:
mode:
authorSimon Chiang <[email protected]>2021-04-23 11:26:45 -0600
committerAmir Rajan <[email protected]>2021-05-26 16:07:08 -0500
commit575b8ce2722d23355b137905e39aaaed2436b0ce (patch)
treeabbdf9b759279b342b38b4505e700125552bae96 /samples/99_genre_platformer/the_little_probe/app/main.rb
parent3864dc6e69975fc7737fa4e0d86d2545e660b694 (diff)
downloaddragonruby-game-toolkit-contrib-575b8ce2722d23355b137905e39aaaed2436b0ce.tar.gz
dragonruby-game-toolkit-contrib-575b8ce2722d23355b137905e39aaaed2436b0ce.zip
Fix typos in storyline text
Diffstat (limited to 'samples/99_genre_platformer/the_little_probe/app/main.rb')
-rw-r--r--samples/99_genre_platformer/the_little_probe/app/main.rb2
1 files changed, 1 insertions, 1 deletions
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 },