mirror of
https://github.com/Fluffy-Bean/ColouringApp.git
synced 2025-05-20 18:34:52 +00:00
Cleaning cleaning cleaning
This commit is contained in:
parent
105785e6c0
commit
d0ebc1ee54
4 changed files with 159 additions and 143 deletions
|
@ -5,10 +5,9 @@ import (
|
|||
)
|
||||
|
||||
type penTool struct {
|
||||
Color raylib.Color
|
||||
Size float32
|
||||
Opacity float32
|
||||
Points []raylib.Vector2
|
||||
Color raylib.Color
|
||||
Size float32
|
||||
Points []raylib.Vector2
|
||||
}
|
||||
|
||||
func (p *penTool) Draw(offset raylib.Vector2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue