feat: add QTE buttons, by fieryexplosions
This commit is contained in:
parent
18a86c3a0a
commit
4184ef37a8
3 changed files with 10 additions and 1 deletions
|
@ -45,4 +45,7 @@ Some elements have been modified from the sources used. If you use some elements
|
|||
|
||||
### HUD elements used
|
||||
|
||||
- [Sonic Heroes HUD](https://www.spriters-resource.com/custom_edited/sonicthehedgehogcustoms/sheet/104761/), [Sonic Adventure 2](https://www.spriters-resource.com/custom_edited/sonicthehedgehogcustoms/sheet/104763/) pixel versions by [FieryExplosion](https://www.spriters-resource.com/submitter/FieryExplosion/)
|
||||
|
||||
- [Sonic Heroes HUD](https://www.spriters-resource.com/custom_edited/sonicthehedgehogcustoms/sheet/104761/) by [FieryExplosion](https://www.spriters-resource.com/submitter/FieryExplosion/)
|
||||
- [Sonic Adventure 2](https://www.spriters-resource.com/custom_edited/sonicthehedgehogcustoms/sheet/104763/) by [FieryExplosion](https://www.spriters-resource.com/submitter/FieryExplosion/)
|
||||
- [Sonic Unleashed Mini QTE Prompt](https://www.spriters-resource.com/fullview/150622/) by [FieryExplosion](https://www.spriters-resource.com/submitter/FieryExplosion/)
|
||||
|
|
6
sonic-radiance.love/assets/gui/qtebtn.lua
Normal file
6
sonic-radiance.love/assets/gui/qtebtn.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
metadata = {
|
||||
width = 17,
|
||||
height = 17,
|
||||
}
|
||||
}
|
BIN
sonic-radiance.love/assets/gui/qtebtn.png
Normal file
BIN
sonic-radiance.love/assets/gui/qtebtn.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in a new issue