Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Auto committed Nov 16, 2024
1 parent 665428d commit cf38c6a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions docs/game_data/spel2.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/src/includes/_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -5995,7 +5995,7 @@ Derived from [Entity](#Entity) [Movable](#Movable) [Purchasable](#Purchasable)

Type | Name | Description
---- | ---- | -----------
float | [get_arrow_special_offset()](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=get_arrow_special_offset) | When lying on the ground
float | [get_arrow_special_offset()](https://github.com/spelunky-fyi/overlunky/search?l=Lua&q=get_arrow_special_offset) | When laying on the ground

### Bullet

Expand Down
2 changes: 1 addition & 1 deletion src/game_api/entities_items.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ class PrizeDispenser : public Movable
class Bow : public Purchasable
{
public:
/// When lying on the ground
/// When laying on the ground
virtual float get_arrow_special_offset() = 0;
};

Expand Down

0 comments on commit cf38c6a

Please sign in to comment.