This commit is contained in:
Jill 2023-05-31 22:06:10 +03:00
parent f035596255
commit ef9d75645f
Signed by: oat
GPG Key ID: 33489AA58A955108
2 changed files with 14 additions and 16 deletions

View File

@ -1,27 +1,24 @@
# funfriend # funfriend
TODO: Write a description here little desktop buddy for your computer
## Installation ![](https://howto.smooch.computer/i/jgv5q.gif)
TODO: Write installation instructions here currently just kind of sits and wanders around
## Usage you can right click to catmode
TODO: Write usage instructions here ## installation
## Development grab yourself `SDL2`, `SDL2_mixer` and `GLFW` development libraries, then run
TODO: Write development instructions here ```sh
shards install
shards build
```
## Contributing ## usage
1. Fork it (<https://github.com/your-github-user/funfriend/fork>) run `bin/funfriend` from the same dir as the source (for assets and shaders)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors alternatively, use `shards run`
- [Jill "oatmealine" Monoids](https://github.com/your-github-user) - creator and maintainer

View File

@ -46,6 +46,7 @@ class Funfriend::FunfriendContext < Funfriend::WindowContext
end end
if event.mouse_button.one? if event.mouse_button.one?
if event.action.press? if event.action.press?
SoundMan.play_sound("assets/sfx/talk#{(1..8).sample}.ogg")
@easing_dur = 0.0 @easing_dur = 0.0
@held = true @held = true
@held_at = { @held_at = {