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

@ -4,8 +4,8 @@ go 1.19
require (
github.com/Konstantin8105/raylib-go/raygui v0.0.0-20221122151443-e8a384ed1346
github.com/Konstantin8105/raylib-go/raylib v0.0.0-20221122153952-2f5d9114177b
github.com/Konstantin8105/raylib-go/raylib v0.0.0-20221122155035-fe6d2c0ed32a
)
replace github.com/Konstantin8105/raylib-go/raylib => ../../../raylib
replace github.com/Konstantin8105/raylib-go/raygui => ../../../raygui
replace github.com/Konstantin8105/raylib-go/raygui => ../../../raygui3_5

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)