diff options
| author | Simon Chiang <[email protected]> | 2021-04-23 09:46:41 -0600 |
|---|---|---|
| committer | Amir Rajan <[email protected]> | 2021-05-26 16:08:45 -0500 |
| commit | d5115606c96b0fe0affd72e6e0b72edce7e51042 (patch) | |
| tree | 5d750d974dc947163dc4cb37a0c9bbac9266a207 /samples/02_input_basics/03_mouse_point_to_rect | |
| parent | 1404fd05a99cf745c33a4316b9d5e1562083c3ae (diff) | |
| download | dragonruby-game-toolkit-contrib-d5115606c96b0fe0affd72e6e0b72edce7e51042.tar.gz dragonruby-game-toolkit-contrib-d5115606c96b0fe0affd72e6e0b72edce7e51042.zip | |
Typo fixes
Diffstat (limited to 'samples/02_input_basics/03_mouse_point_to_rect')
| -rw-r--r-- | samples/02_input_basics/03_mouse_point_to_rect/app/main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/02_input_basics/03_mouse_point_to_rect/app/main.rb b/samples/02_input_basics/03_mouse_point_to_rect/app/main.rb index 7dd627f..1e30943 100644 --- a/samples/02_input_basics/03_mouse_point_to_rect/app/main.rb +++ b/samples/02_input_basics/03_mouse_point_to_rect/app/main.rb @@ -36,7 +36,7 @@ APIs that haven't been encountered in a previous sample apps: # This is useful to determine if a click occurred in a rect def tick args - tick_instructions args, "Sample app shows how to determing if a click happened inside a rectangle." + tick_instructions args, "Sample app shows how to determine if a click happened inside a rectangle." x = 460 |
