Cleaning cleaning cleaning

This commit is contained in:
Michał Gdula 2024-01-25 20:02:20 +00:00
parent 105785e6c0
commit d0ebc1ee54
4 changed files with 159 additions and 143 deletions

View file

@ -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) {