This commit is contained in:
Konstantin8105 2022-11-23 12:35:50 +03:00
parent 7a467d5aae
commit f19f61b778
19 changed files with 1202 additions and 37 deletions

View file

@ -8,7 +8,7 @@ import (
)
func main() {
rl.InitWindow(800, 450, "raylib [physics] example - box2d")
rl.InitWindow(800, 450, "raygui - button")
rl.SetTargetFPS(60)