small opti

This commit is contained in:
Crizomb 2025-09-28 02:45:46 +02:00
parent 0cf71d7abb
commit a6a3785a9f
5 changed files with 23 additions and 15 deletions

View file

@ -13,8 +13,8 @@ import (
rl "github.com/gen2brain/raylib-go/raylib"
)
const WIDTH = 100
const HEIGHT = 100
const WIDTH = 200
const HEIGHT = 200
const TEXTURE_SCALE = 4
const MAX_DIST = 500.0