-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: potential typo/scope fixes (#77)
* fix: potential typo/scope fixes * fix log message for killer tomato becoming tomato * fix: fennel aware tracebacks See https://sr.ht/~benthor/absolutely-minimal-love2d-fennel/#fennel-aware-stack-traces * DRY-ify fennel loader --------- Co-authored-by: Sam Pagenkopf <[email protected]>
- Loading branch information
1 parent
3b3fed5
commit 9c4ba54
Showing
3 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(local tomato {}) | ||
|
||
(fn tomato.spawn [s pos] | ||
{: kind | ||
{:kind "tomato" | ||
:name "tomato" | ||
: pos | ||
:color [1 0 0] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters