diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2025-01-26 14:31:52 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2025-01-26 14:31:52 -0600 |
| commit | c39ff632b46c179709101c5b50a061ebd723689f (patch) | |
| tree | 23060311477b996cd11c50851e7dfb889d339346 /src/ui/textbox.moon | |
| parent | c1030d5ddbf34b1b19fa7fd169f3cf5a7b7f98f3 (diff) | |
| download | ggj25-c39ff632b46c179709101c5b50a061ebd723689f.tar.gz ggj25-c39ff632b46c179709101c5b50a061ebd723689f.tar.bz2 ggj25-c39ff632b46c179709101c5b50a061ebd723689f.zip | |
final commit
Diffstat (limited to 'src/ui/textbox.moon')
| -rw-r--r-- | src/ui/textbox.moon | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/textbox.moon b/src/ui/textbox.moon index bdb8e13..e72de54 100644 --- a/src/ui/textbox.moon +++ b/src/ui/textbox.moon @@ -108,6 +108,7 @@ class Textbox extends Button elseif key == "kp_enter" or key == "enter" if @on @on(e) + @up! elseif key == "escape" @up! else |
